https://github.com/techprimers/kafka-streams-microservices-example
End to End project for Kafka Streams using Spring Cloud Kafka streams
https://github.com/techprimers/kafka-streams-microservices-example
kafka-streams spring-cloud-stream
Last synced: 12 months ago
JSON representation
End to End project for Kafka Streams using Spring Cloud Kafka streams
- Host: GitHub
- URL: https://github.com/techprimers/kafka-streams-microservices-example
- Owner: TechPrimers
- Created: 2021-05-06T20:04:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T20:06:05.000Z (about 5 years ago)
- Last Synced: 2023-02-26T10:47:16.312Z (over 3 years ago)
- Topics: kafka-streams, spring-cloud-stream
- Language: Java
- Homepage:
- Size: 174 KB
- Stars: 45
- Watchers: 2
- Forks: 63
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Kafka Streams using Spring Cloud Streams End to End example
## Endpoint
- http://localhost:8080/domain/lookup/facebook - to pull all facebook related web domain names
## 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
