An open API service indexing awesome lists of open source software.

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

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
![architecture](architecture.png)