https://github.com/logerfo/kafka-poc
https://github.com/logerfo/kafka-poc
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/logerfo/kafka-poc
- Owner: Logerfo
- License: unlicense
- Created: 2023-07-18T00:23:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T00:28:33.000Z (almost 3 years ago)
- Last Synced: 2025-03-16T17:11:40.528Z (over 1 year ago)
- Language: C#
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kafka with C# POC
## Deploying dependencies
Run the following command:
```sh
docker-compose up -d
```
And it will be deployed:
- Latest Kafka on port 29092
- Latest Zookeeper on port 22181
- Latest Kafdrop on port 8080
## Building
I recommend using VSCode and running the build task configured in `.vscode/tasks.json`, but you can build through the command line as well:
```sh
dotnet build
```
## Running
To see all the available commands, run:
```sh
./Logerfo.Kafka.exe
```