apache kafka

Message Delivery Semantics in Distributed Systems

Today we are going to be talking about message delivery semantics in Apache Kafka. Since interactions using Kafka are mostly asynchronous there are no direct connections between client and server. Moreover, there are no clients and servers of their usual meaning at all.  Apache Kafka serves as an intermediate asynchronous...

Continue reading...