Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 667 Bytes

File metadata and controls

16 lines (12 loc) · 667 Bytes

Spring Kafka Streams using Spring Cloud Streams End to End example

.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties

(C:\MahiSW\kafka_2.12-3.6.0>.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties)

.\bin\windows\kafka-server-start.bat .\config\server.properties

Endpoint

Microservices

  • 'domain-crawler' - uses Spring Kafka
  • 'domain-processor' - uses Spring Cloud Stream with Kafka Streams binder
  • 'domain-service' - uses Spring Cloud Stream with Kafka Streams binder

Architecture

architecture