<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Micro Services - Ezeiatech</title>
	<atom:link href="https://ezeiatech.com/tag/micro-services/feed/" rel="self" type="application/rss+xml" />
	<link>https://ezeiatech.com</link>
	<description>Global technology consulting company</description>
	<lastBuildDate>Fri, 27 May 2022 11:25:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.7</generator>

<image>
	<url>https://ezeiatech.com/wp-content/uploads/2022/04/cropped-Ezeiatech-Icon-32x32.png</url>
	<title>Micro Services - Ezeiatech</title>
	<link>https://ezeiatech.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Microservice Architecture and Its Challenges</title>
		<link>https://ezeiatech.com/microservice-architecture-and-its-challenges/</link>
		
		<dc:creator><![CDATA[Charlie Murray]]></dc:creator>
		<pubDate>Mon, 29 Mar 2021 11:02:00 +0000</pubDate>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Micro Services]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://13.127.63.32/?p=2515</guid>

					<description><![CDATA[<p>Microservices architecture is becoming increasingly popular while building large scale applications as it provides n number of benefits. Separate lifecycle of each service so services can be deployed independently which means services can evolve separately. Each service can be fine tuned for different SLAs and scalability Each Service can be developed using different stack Each [&#8230;]</p>
<p>The post <a href="https://ezeiatech.com/microservice-architecture-and-its-challenges/">Microservice Architecture and Its Challenges</a> first appeared on <a href="https://ezeiatech.com">Ezeiatech</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Microservices architecture is becoming increasingly popular while building large scale applications as it provides n number of benefits.</p>



<ul><li>Separate lifecycle of each service so services can be deployed independently which means services can evolve separately.</li><li>Each service can be fine tuned for different SLAs and scalability</li><li>Each Service can be developed using different stack</li><li>Each service can be monitored separately</li></ul>



<p>However, Microservice service architecture is not a free lunch. It throws many challenges that must be discussed and dealt with even before venturing into this (unchartered) territory.</p>



<ul><li><strong>Authorisation</strong>&nbsp;– How do you make sure that particular service and its APIs can be called only when user is authorised to do so.</li><li><strong>Data Consistency</strong>&nbsp;– ACID is no longer available, deal with eventual consistency.</li><li><strong>Service Discovery</strong>&nbsp;– How to find and interact with new services. If there are lots of services then how to make sure that they are discoverable from other services</li><li><strong>Deployment</strong>&nbsp;– What if there is a hierarchy in microservice dependency<ul><li>A -&gt; B -&gt; C</li></ul></li><li><strong>SLA</strong>&nbsp;– Multiple hops in a request will add to latency and affect your SLA</li><li><strong>Fault Toleranc</strong>e – How to handle Cascading Failure</li><li><strong>Monitoring</strong>&nbsp;– (How to monitor a system which has 100s or even 1000s of services)</li><li><strong>Tracing&nbsp;</strong>&nbsp;– Logging &amp; Request Tracing (A message will travel across many boundaries so how to nail down where message got lost/delayed)</li><li><strong>Tech Stack</strong>&nbsp;– Selecting a stack (to go with single stack or multiple stacks?)</li><li><strong>Packaging and Deploying</strong>&nbsp;– (How to come up with a uniform way of packaging and delivering services )</li><li><strong>Debugging –&nbsp;</strong>During development phase how to make sure that developers are able to debug code as effectively as they do in monolithic system</li></ul><p>The post <a href="https://ezeiatech.com/microservice-architecture-and-its-challenges/">Microservice Architecture and Its Challenges</a> first appeared on <a href="https://ezeiatech.com">Ezeiatech</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
