Best of Kafka — June 2023
- 1
- 2
Discover .NET·3y
Biggest scam in software dev? Best Practices.
CodeOpinion Sponsor: Do you build complex software systems? See how NServiceBus makes it easier to design, build, and manage software systems that use message queues to achieve loose coupling. Get started for free. What’s the biggest scam in tech that is deemed acceptable?
- 3
Cloud Native Daily·3y
10 Tools for Scaling Microservices
Helios Helios is an observability tool that plays a crucial role in scaling microservices. It provides real-time visibility and insights into the performance and health of the system. Helios supports distributed tracing to help you understand the flow of requests across different microservices in your application.
- 4
Cloud Native Daily·3y
Event-Driven Application with Spring Boot and Apache Kafka
The system reacts based on the event instead of the regular making request and waiting for a response sequence. This allows systems to communicate with one another asynchronously and reliably. Even when the system is down it’s still able to process the request when it comes back online.