Fixes: #3145 * Add a sample demonstrating the next-generation consumer-group rebalance protocol. * Provide a docker-compose script for spinning up a `kraft` based Kafka broker since the new consumer protocol only works in `kraft` mode. * Add README explaining the sample.
10 lines
352 B
Plaintext
10 lines
352 B
Plaintext
== Samples
|
|
|
|
* sample-01 - Simple producer/consumer with dead-letter topic
|
|
* sample-02 - Multi-method listener
|
|
* sample-03 - Transactions
|
|
* sample-04 - Topic based (non-blocking) retry
|
|
* sample-05 - Global embedded Kafka testing
|
|
* sample-06 - Kafka Streams tests with TopologyTestDriver
|
|
* sample-07 - The New consumer rebalance protocol in spring-kafka
|