Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codependent/kafka-streams-shopping
- Owner: codependent
- Created: 2018-08-23T11:21:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T12:17:11.000Z (over 6 years ago)
- Last Synced: 2024-08-09T13:17:16.737Z (6 months ago)
- Topics: event-driven, event-driven-architecture, event-sourcing, kafka, kafka-streams, kotlin, spring, spring-boot
- Homepage:
- Size: 92.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```