This is an article from DZone's 2022 Performance and Site Reliability Trend Report.For more: Read the Report Distributed tracing, as the name suggests, is a method of tracking requests as it flows through distributed applications. Along with logs and metrics,...
requests
Geo-Routing with Apache APISIX – DZone Integration
Apache APISIX, the Apache-led API Gateway, comes out of the box with many plugins to implement your use case. Sometimes, however, the plugin you're looking for is not available. While creating your own is always possible, it's sometimes necessary. Today, I'll show you...
Using Global Cloud Load Balancer to Route User Requests to App Instances
Ahoy, Mateys! In my last two articles, I showed you how to deploy microservice instances across several cloud regions and how to set up a geo-distributed API layer. All seems good, except that I’ve now got several standalone application instances running across the...
Bypassing Spring Interceptors via Decoration
Whether they are built using the genuine Spring Framework or Spring Boot, such applications are widely developed and deployed these days. By trying to address simple or complex business challenges, products strongly rely on the used framework features in their attempt...
Open Source Software (OSS) Quality Assurance – A Milvus Case Study
Quality assurance (QA) is a systematic process of determining whether a product or service meets specific requirements. A QA system is an indispensable part of the R&D process because, as its name suggests, it ensures the quality of the product. This post...