Skip to content

Logerfo/kafka-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Kafka with C# POC

Deploying dependencies

Run the following command:

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:

dotnet build

Running

To see all the available commands, run:

./Logerfo.Kafka.exe

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages