Message Delivery Semantics in Kafka
Small project for MSc course Infrastructures for Cloud Computing and Big Data M
The project contains examples and small implementations for Kafka Producers and Consumers with:
- At Most Once delivery semantic
- At Least Once delivery semantic
- Exactly Once delivery semantic (prior to 0.11 - no Transactions API)
- Exactly Once delivery semantic (Transactions API)