Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codependent/kafka-streams-shopping

Sample application that showcase an event sourcing application using Kafka Streams
https://github.com/codependent/kafka-streams-shopping

event-driven event-driven-architecture event-sourcing kafka kafka-streams kotlin spring spring-boot

Last synced: about 2 months ago
JSON representation

Sample application that showcase an event sourcing application using Kafka Streams

Awesome Lists containing this project

README

        

# kafka-streams-shopping

Sample application that showcase an event sourcing application using Kafka Streams

## Start Kafka
```
/opt/apache/kafka_2.11-1.1.1/bin/zookeeper-server-start.sh /opt/apache/kafka_2.11-1.1.1/config/zookeeper.properties
```
```
/opt/apache/kafka_2.11-1.1.1/bin/kafka-server-start.sh /opt/apache/kafka_2.11-1.1.1//config/server.properties
```