Skip to content

Complete Kafka environment with Producer and Consumer

Notifications You must be signed in to change notification settings

matewz/Kafka-ecosystem

Repository files navigation

Kafka-ecosystem

Easily create Kafka Ecosystem

  • Zookeper
  • Kafka
  • Schema-Registry
  • ksqldb
  • Kafka Connect
  • Kafka UI

Just run:

docker-compose up

and enjoy ;)

Kafka-Hello World

You can test your environment doing a Publish and a Subscribe (Produce and Consumer)

Kafka - Emulated Architecture

Example of BackEnd sending information to Kafka and Services Consuming and Producing.