Skip to content

Microservices with Kafka

Awantik Das edited this page Feb 5, 2020 · 2 revisions
  1. Zookeeper & Kafka Broker is running

  2. Run Eureka Server

  1. Run micro-services for produces & consumer
  1. Check for service registry here
  1. REST Interface to send a message using producer
  1. We should see kafka consumer getting those messages

Clone this wiki locally