<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ewetumo Alexander</title>
    <description>The latest articles on DEV Community by Ewetumo Alexander (@influx6).</description>
    <link>https://dev.to/influx6</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F69683%2Fead6ca59-91bb-4df7-a5c2-377cdbd41d90.jpeg</url>
      <title>DEV Community: Ewetumo Alexander</title>
      <link>https://dev.to/influx6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/influx6"/>
    <language>en</language>
    <item>
      <title>Insightful Mental Model in Microservice Communication.</title>
      <dc:creator>Ewetumo Alexander</dc:creator>
      <pubDate>Fri, 27 Apr 2018 08:03:38 +0000</pubDate>
      <link>https://dev.to/influx6/insightful-mental-model-in-microservice-communication-2n0o</link>
      <guid>https://dev.to/influx6/insightful-mental-model-in-microservice-communication-2n0o</guid>
      <description>

&lt;p&gt;This is a short post really. I have always had a hard time with the mental model of where the communication paradigms of Request-Response and Event-Sourcing/CQRS model of communication should be used in a microservice. &lt;/p&gt;

&lt;p&gt;There are usual questions in my mental model like:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Is it all Events/CQRS model for all microservice and interactions with the each other and the frontends ?&lt;/li&gt;
&lt;li&gt;How do you deal with situations that can't work asynchronously like Login or Registration, Which fit well to a Request-Response model but might require some work if we want to do so asynchronously in an Event based approach?&lt;/li&gt;
&lt;li&gt;Whether this paradigms must be used singularly or combined ?&lt;/li&gt;
&lt;li&gt;If combined how and what boundaries define how they work in the full scope of things?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;But reading this post &lt;a href="https://medium.com/@nathankpeck/microservice-principles-smart-endpoints-and-dumb-pipes-5691d410700f"&gt;Microservice Principles: Smart Endpoints and Dumb Pipes&lt;/a&gt; by Nathan Peck really helped.&lt;/p&gt;

&lt;p&gt;Sometimes being used to developing monoliths can cause some mental block in how you model microservice implementation mentally, and though I have read at length, only a few posts like this, do help to further help clarify and simplify my thoughts.&lt;/p&gt;

&lt;p&gt;I do hope you gain from the post as well.&lt;/p&gt;

&lt;p&gt;Best Regards,&lt;br&gt;
Alex.&lt;/p&gt;


</description>
      <category>repost</category>
      <category>microservice</category>
      <category>microservices</category>
      <category>communicationmodel</category>
    </item>
  </channel>
</rss>
