<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Stephen Tsoi | Architecture & Integration & EDA & Otel & APIGW]]></title><description><![CDATA[Stephen Tsoi | Architecture & Integration & EDA & Otel & APIGW]]></description><link>https://stephentsoi.hashnode.dev</link><image><url>https://cdn.hashnode.com/uploads/logos/6aa56340118e90325f6d3055/dceecacf-8baa-4e1a-944b-dbe9fa0b6e0a.png</url><title>Stephen Tsoi | Architecture &amp; Integration &amp; EDA &amp; Otel &amp; APIGW</title><link>https://stephentsoi.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Sat, 19 Sep 2026 03:06:21 GMT</lastBuildDate><atom:link href="https://stephentsoi.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[🔍 Why Do We Need OpenTelemetry Tracing?]]></title><description><![CDATA[Whether your organization adopts a Request-Driven Architecture (RDA) or an Event-Driven Architecture (EDA), a single business transaction often traverses multiple applications, APIs, networks, message]]></description><link>https://stephentsoi.hashnode.dev/why-do-we-need-opentelemetry-tracing</link><guid isPermaLink="true">https://stephentsoi.hashnode.dev/why-do-we-need-opentelemetry-tracing</guid><category><![CDATA[OpenTelemetry]]></category><category><![CDATA[architecture]]></category><category><![CDATA[observability]]></category><category><![CDATA[integration]]></category><category><![CDATA[Devops]]></category><category><![CDATA[management]]></category><dc:creator><![CDATA[Stephen Tsoi]]></dc:creator><pubDate>Tue, 15 Sep 2026 14:08:43 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/6aa56340118e90325f6d3055/9a80180e-f285-41a2-8b44-154f4e45ffe4.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Whether your organization adopts a Request-Driven Architecture (RDA) or an Event-Driven Architecture (EDA), a single business transaction often traverses multiple applications, APIs, networks, message brokers, cloud services, and infrastructure components before reaching its destination.</p>
<p>When a production incident occurs, how much time does your team spend answering a seemingly simple question:</p>
<p>"Where exactly did the transaction fail?"</p>
<p>Unfortunately, finding the answer is rarely simple.</p>
<p>😖 Common Challenges in Incident Troubleshooting</p>
<p>Traditional monitoring and troubleshooting approaches often struggle because:</p>
<p>🔸 Most APM solutions are service-focused rather than business transaction-focused</p>
<p>🔸 Root cause analysis relies heavily on application logs</p>
<p>🔸 Different systems use different business identifiers and logging standards</p>
<p>🔸 There is often no global correlation key across applications</p>
<p>🔸 Limited visibility into third-party components such as:</p>
<p>API Gateways Message Brokers Load Balancers Network Infrastructure SaaS Platforms</p>
<p>As a result, engineers spend more time correlating information than resolving the actual issue.</p>
<p>🌐 The OpenTelemetry Advantage</p>
<p>OpenTelemetry has become the de facto open standard for observability and is supported by a broad ecosystem of vendors and technologies.</p>
<p>Here's how it works:</p>
<p>🟢 A Trace ID is created at the entry point of a request or event.</p>
<p>🟢 The same Trace ID is propagated throughout the entire transaction journey.</p>
<p>🟢 Every participating component generates its own Span with a unique Span ID.</p>
<p>🟢 All spans are then stitched together to provide a complete end-to-end transaction view.</p>
<p>Instead of manually correlating isolated logs across multiple systems, teams can visualize the entire business transaction from end to end, enabling faster troubleshooting and root cause analysis.</p>
<p>✅ Key Benefits of OpenTelemetry Tracing</p>
<p>End-to-End Transaction Visibility - Track a business transaction across multiple systems and environments. Faster Root Cause Analysis - Quickly identify where latency, errors, or failures occur. Broad Industry Support - Supported by most major observability and APM platforms. Technology Agnostic - Works across diverse programming languages, frameworks, and protocols. Reduced Vendor Lock-In - Adopt an open standard instead of being tied to proprietary tracing solutions. Cross-Domain Correlation - Correlate applications, APIs, messaging platforms, infrastructure, and network services with a single Trace ID.</p>
<p>💡 Final Thought</p>
<p>In modern distributed architecture, the challenge is no longer collecting more logs, metrics, or alerts.</p>
<p>The real challenge is understanding how a business transaction traverses dozens of interconnected systems and where it breaks down when things go wrong.</p>
<p>OpenTelemetry shifts observability from a system-centric view to a business transaction-centric view, enabling teams to troubleshoot faster, improve reliability, and deliver a better customer experience.</p>
<p>If logs tell you what happened and metrics tell you how often it happened, tracing tells you exactly how it happened.</p>
<p>🔔 Looking for more content like this? I share exclusive insights and tech summaries weekly on my LinkedIn Newsletter. Subscribe <a href="https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7487299517642612736">here</a> to join the conversation!</p>
]]></content:encoded></item><item><title><![CDATA[🥇 The Real Value of Event-Driven Architecture Isn't Technology. It's Cost Reduction.]]></title><description><![CDATA[👋 Hi dev community! I originally published this deep dive on my LinkedIn Newsletter, Practical insights on EDA, APIs, and observability. I wanted to share the full technical text here to get your fee]]></description><link>https://stephentsoi.hashnode.dev/the-real-value-of-event-driven-architecture-isn-t-technology-it-s-cost-reduction</link><guid isPermaLink="true">https://stephentsoi.hashnode.dev/the-real-value-of-event-driven-architecture-isn-t-technology-it-s-cost-reduction</guid><category><![CDATA[architecture]]></category><category><![CDATA[management]]></category><category><![CDATA[#EventDrivenArchitecture]]></category><category><![CDATA[Devops]]></category><category><![CDATA[messaging]]></category><category><![CDATA[Cloud]]></category><dc:creator><![CDATA[Stephen Tsoi]]></dc:creator><pubDate>Sat, 12 Sep 2026 15:26:24 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/6aa56340118e90325f6d3055/f4195547-fd73-49b7-ab4d-667bc3867181.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>👋 <em>Hi dev community! I originally published this deep dive on my LinkedIn Newsletter,</em> <em><strong>Practical insights on EDA, APIs, and observability</strong></em><em>. I wanted to share the full technical text here to get your feedback on how your architecture and application teams handle infrastructure ROI. Please click <a href="https://www.linkedin.com/pulse/real-value-event-driven-architecture-isnt-technology-its-stephen-tsoi-ftvwc">here</a> to view the oringinal Linkedin post</em> </p>
<p>In today's digital world, business users expect new features and services to be delivered faster than ever before, with minimal risk and within increasingly constrained budgets.</p>
<p>Unfortunately, traditional Request-Driven Architecture (RDA) often struggles to meet these expectations. As organizations scale, integration complexity, infrastructure costs, and operational overhead continue to grow, making even small changes expensive and time-consuming.</p>
<p>This is where Event-Driven Architecture (EDA) creates a significant advantage.</p>
<p>EDA is not just a modern integration pattern. It is a strategic approach that helps organizations reduce costs, accelerate delivery, and improve scalability while maintaining flexibility for future growth.</p>
<h2>⚠️ Why Traditional Architecture Is Expensive</h2>
<h3>🌐 Complex Infrastructure</h3>
<p>Traditional enterprise systems typically require multiple layers of infrastructure to support point-to-point communication between applications, including:</p>
<p>🔥 Firewalls
⚖️ Load Balancers
🛡️ Proxy Servers
🌍 Multiple Network Segments
🖥️ Dedicated Integration Components</p>
<p>As the number of applications grows, the supporting infrastructure grows with it. The result is higher hardware costs, increased operational effort, and greater complexity.</p>
<h3>🔗 Integration Sprawl</h3>
<p>Most traditional environments are built around tightly coupled point-to-point integrations.</p>
<p>Every application needs to know:</p>
<ul>
<li>Who to connect to</li>
<li>Which protocol to use</li>
<li>What data format to exchange</li>
<li>How to handle failures and retry</li>
<li>How to buffer messages when a target system is unavailable</li>
</ul>
<p>As new systems are added, the number of interfaces grows exponentially.</p>
<p>For an enterprise with hundreds of services, maintaining thousands of interfaces becomes a major cost driver.</p>
<p>Even a seemingly simple change to a single data element may require modifications and testing across many dependent systems.</p>
<p>Business Impact</p>
<ul>
<li>💰 Higher development costs</li>
<li>✅ Extensive No-Harm Testing Requirements</li>
<li>🛠️ Increased maintenance effort</li>
<li>⚠️ Greater implementation risk</li>
<li>🕒 Longer project timelines</li>
<li>📊 Additional monitoring and compliance costs</li>
<li>⏳ Slow and Expensive Change Delivery</li>
</ul>
<h3>💡 Ultimately, the largest cost in enterprise IT is not infrastructure or software licenses. It is the cost of change.</h3>
<p>The more connected and tightly coupled systems become, the more expensive every change becomes. EDA addresses this challenge by enabling systems to evolve independently, significantly reducing the cost, effort, and risk of change.</p>
<h2>🚀 How EDA Reduces Costs</h2>
<p>Organizations can address these challenges by implementing an Event Mesh, which securely connects applications across multiple network environments while providing a scalable foundation for self-service integration.</p>
<p>Combined with microservices, automation, and DevOps practices, EDA enables a much more efficient operating model.</p>
<h2>The cost savings are substantial.</h2>
<h3>🔗 1. Reducing Integration Costs</h3>
<p>Event-Driven Architecture (EDA) breaks down traditional, complex point-to-point integrations into multiple simpler, reusable interfaces. Events can be shared across different services rather than requiring dedicated integrations for each consuming application.</p>
<p>This approach significantly simplifies solution design, development, testing, support, and ongoing maintenance, resulting in a lower Total Cost of Ownership (TCO).</p>
<p>In large enterprises, integration development, testing, and maintenance can consume a significant portion of project budgets. By promoting reusable event streams and loose coupling, EDA can substantially reduce these ongoing integration costs.</p>
<h3>🏗️ 2. Lower Infrastructure Costs</h3>
<p>EDA simplifies communication between systems through a shared messaging platform.</p>
<p>Using capabilities such as:</p>
<ul>
<li><p>📬 Exclusive Queues</p>
</li>
<li><p>📩 Non-Exclusive Queues</p>
</li>
<li><p>📢 Publish/Subscribe Messaging</p>
</li>
</ul>
<p>Organizations can significantly reduce the need for:</p>
<ul>
<li>Additional load balancers</li>
<li>Complex integration gateways</li>
<li>Dedicated communication infrastructure</li>
</ul>
<p><strong>Result</strong>
✅ Lower hardware investment
✅ Reduced software licensing costs
✅ Simplified infrastructure management</p>
<h3>📶 3. Optimizing Network and Bandwidth Usage</h3>
<p>Many traditional integration solutions repeatedly exchange request/response messages or data synchronization payloads, even when only a small subset of data has changed.</p>
<p>EDA works differently.</p>
<p>Events are transmitted when changes occur.</p>
<p>Consumers subscribe only to the events they need.</p>
<p><strong>Result</strong></p>
<p>✅ Smaller message sizes<br />✅ Less network traffic
✅ Reduced bandwidth consumption
✅ Improved overall efficiency</p>
<p>This translates directly into lower infrastructure and operational costs.</p>
<h3>⚙️ 4. Lower Operational Costs</h3>
<p>In an EDA environment, applications communicate through the event mesh instead of maintaining direct relationships with numerous systems.</p>
<p>This greatly simplifies operations.</p>
<p>Teams no longer need to manage thousands of dependencies or firewall rules between applications.</p>
<p><strong>Result</strong></p>
<p>✅ Simpler architecture<br />✅ Reduced operational effort
✅ Faster problem resolution
✅ Lower support costs<br />✅ Improved system scalability</p>
<h3>⏱️ 5. Faster Delivery Equals Lower Cost</h3>
<p>Perhaps the most overlooked benefit of EDA is the reduction in delivery time.</p>
<p>Because systems are loosely coupled:</p>
<ul>
<li>Teams can work independently.</li>
<li>New consumers can subscribe without impacting producers.</li>
<li>Changes can be deployed with less regression testing.</li>
<li>Business capabilities can evolve at their own pace</li>
</ul>
<p><strong>Result</strong></p>
<p>✅ Faster time-to-market<br />✅ Lower project costs 
✅ Reduced implementation risk<br />✅ Greater business agility</p>
<h3>🧩 6. Increased Reusability and Economies of Scale</h3>
<p>Events can be reused by multiple consumers simultaneously. As adoption grows, the cost of producing an event remains relatively constant while the business value generated by that event continues to increase. This creates economies of scale that are difficult to achieve with traditional point-to-point integrations. Each additional consumer can leverage existing events without requiring new integrations, allowing organizations to increase business value while minimizing incremental delivery costs.</p>
<h2>🎯 Final Thoughts</h2>
<p>When discussing Event-Driven Architecture, many people focus on technology. However, the real value of EDA is not technology alone. The real value is cost reduction.</p>
<p>By simplifying integrations, reducing infrastructure requirements, lowering operational overhead, minimizing network complexity, and accelerating delivery, EDA enables organizations to do more with less.</p>
<p>In our experience, EDA is not merely an architectural evolution. It is a practical strategy for reducing Total Cost of Ownership while increasing agility and scalability.</p>
<h2>💡 The true power of EDA is not simply connecting systems. It is enabling change at a lower cost, with lower risk, and at greater speed. In today's digital economy, the organizations that can change fastest are often the ones that win.</h2>
<p><strong>📩 Stay Ahead of the Curve</strong></p>
<p>If you enjoyed these practical insights on Event-Driven Architecture, APIs, observability, and digital transformation, consider subscribing to my newsletter on LinkedIn.</p>
<p>👉<strong>Subscribe to the LinkedIn Newsletter <a href="https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7487299517642612736">here</a></strong> to get the next framework directly in your feed!</p>
]]></content:encoded></item></channel></rss>