- [fix] Avoid wrongly committing Kafka consumer after an error, which consumed the message without any chance to process it.
- [chg] Updated for seed 3.10+
- [new] Automatic retry of failing pollers and streams.
- [fix] Fix stream and consumer lifecycle.
- [brk] Reworked API.
- [chg] Using StreamBuilder instead of the Deprecated KStreamBuilder.
- [fix] Fix Kafka producer warning when the
client.id
property is defined.
- [new] Initial release.