https://github.com/liteobject/demo.kafka.pubsub
https://github.com/liteobject/demo.kafka.pubsub
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liteobject/demo.kafka.pubsub
- Owner: LiteObject
- Created: 2021-04-01T21:33:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T19:59:12.000Z (about 4 years ago)
- Last Synced: 2025-05-21T19:14:06.201Z (9 months ago)
- Language: C#
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo Kafka in docker with .NET5 Pub/Sub projects
1. Make sure docker machine is running
2. Go to command prompt and run this command: $ docker-compose up -d
3. Once step #2 is done, run this command to make sure Kafka is running: $ docker-compose ps
4. Now run the publisher with correct BootstrapServers and topic info
5. Run the subscriber (with correct BootstrapServers and topic ) to read messages from Kafka