Building a Kafka Dev Environment
Why?
Kafka can be used as the backbone for integrating microservices using event sourcing and CQRS. It’s a proven workhorse for pub/sub messaging, streaming data, and processing events in real time.
If you’re not familiar with CQRS, it is an architecture pattern that describes using one model for writing data while using another for reading…