Files
spring-kafka/samples/README.adoc
Artem Bilan 6056fe258e Add a sample about Micrometer observation integration (#3699)
* Add a sample about Micrometer observation integration

* Fix typos in README.adoc
2025-01-07 18:49:27 -05:00

11 lines
446 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
* sample-08 - The Micrometer observation propagation from `KafkaTemplate` to `@KafkaListener`