Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.02 KB

File metadata and controls

21 lines (16 loc) · 1.02 KB

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