Skip to content

Latest commit

 

History

History

consumer-producer-clients

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Description

Module contains examples of testing Kafka Producer/Consumer APIs with Kafka cluster in memory. Testing kafka-client application(s) in isolation.

NB!: Some of client properties have specific requirements about how cluster should be setup. Example: processing.guarantee:exactly_once

TODO

Module contains examples of testing Kafka Consumer/Producer APIs with:

  • embedded kafka + producer/consumer
  • embedded kafka + producer/consumer + avro
  • cleanup test

Related Issues

Additional Info