Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 861 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 861 Bytes

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