<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Microservices on David Lang</title>
    <link>https://www.davidlang.tech/tags/microservices/</link>
    <description>Recent content in Microservices on David Lang</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 22 May 2021 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.davidlang.tech/tags/microservices/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Building Microservices with Node.js</title>
      <link>https://www.davidlang.tech/posts/building-microservices-with-nodejs/</link>
      <pubDate>Sat, 22 May 2021 00:00:00 +0000</pubDate>
      <guid>https://www.davidlang.tech/posts/building-microservices-with-nodejs/</guid>
      <description>&lt;p&gt;Microservices split a system into independently deployable services. Node.js is a common choice for I/O-bound services, BFF layers, and event-driven workers.&lt;/p&gt;&#xA;&lt;h2 id=&#34;service-boundaries&#34;&gt;Service Boundaries&lt;/h2&gt;&#xA;&lt;p&gt;Split by business capability-not by technical layer. A &lt;code&gt;orders&lt;/code&gt; service owns order data; a &lt;code&gt;notifications&lt;/code&gt; service sends email. Communicate via REST, gRPC, or message queues (RabbitMQ, Kafka).&lt;/p&gt;&#xA;&lt;h2 id=&#34;resilience-patterns&#34;&gt;Resilience Patterns&lt;/h2&gt;&#xA;&lt;p&gt;Implement timeouts, retries with exponential backoff, and circuit breakers. Use correlation IDs across services for distributed tracing (OpenTelemetry).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
