Skip to content

Commit bf50022

Browse files
Update observability
1 parent 8052cd1 commit bf50022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modernization/stranglerfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In cases where legacy clients expect synchronous request/response behavior, [NSe
2727
By introducing the Particular Service Platform at the API façade level, the system gains several operational benefits immediately—even before any business functionality is migrated:
2828

2929
- **Reliability & resilience**: Messages are durably stored, automatically retried on failure, and protected from data loss. The system can recover from transient failures without manual intervention.
30-
- **Observability & diagnostics**: ServicePulse and ServiceInsight offer out-of-the-box observability tools. ServicePulse enables near real-time monitoring and recovery operations (such as retrying failed messages), while ServiceInsight provides rich visualizations, message flows, and debugging insights for developers. These tools provide visibility into system behavior often absent from legacy applications.
30+
- **Observability & diagnostics**: ServiceInsight offers out-of-the-box observability tools, including near real-time monitoring, message flow visualization, debugging insights, and recovery operations such as retrying failed messages. These capabilities provide visibility into system behavior often absent from legacy applications.
3131
- **Backpressure & decoupling**: Queues absorb spikes in load, and messaging decouples producers and consumers, reducing direct dependencies on the legacy system.
3232
- **Error handling**: Failed messages are routed to an error queue and can be retried once the issue is resolved. While this does not eliminate failures in the legacy app, it improves transparency and recovery.
3333
- **Operational safety**: New logic can be introduced into the façade or new services with reduced risk, enabling safer, incremental delivery.

0 commit comments

Comments
 (0)