Skip to content

Latest commit

 

History

History

embedded-cluster

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Description

Module contains copy of code from kafka-streams-example There is open issue: extract embedded kafka for testing purpose.

EmbeddedSingleNodeKafkaCluster contains: Zookeeper, KafkaBroker and SchemaRegistry.

Important notes

  • Schema registry at start call some deprecated methods, check logs
  • Current support java8 only, because there are reflections usage under the hood

Related Issues