Zipkin
Presented at Oracle Code One 2019
Read more
Presented at Kafka Summit NYC 2019
Read more
Originally posted in Confluent Blog
Apache Kafka® based applications stand out for their ability to decouple producers and consumers using an event log as an intermediate layer.
One result of this is that producers and consumers don’t know about each other, as there is no direct communication between them.
This enables choreographed service collaborations, where many components can subscribe to events stored in the event log and react to them asynchronously.
Read more
Presented at Oslo Apache Kafka Meetup
Read more