https://github.com/dennisshevtsov/kafka-sample
The project shows how to use Kafka in a ASP.NET application.
https://github.com/dennisshevtsov/kafka-sample
asp-net asp-net-core aspnet-core aspnetcore background-service docker docker-compose dotnet dotnet-core kafka kafka-consumer kafka-producer
Last synced: 6 months ago
JSON representation
The project shows how to use Kafka in a ASP.NET application.
- Host: GitHub
- URL: https://github.com/dennisshevtsov/kafka-sample
- Owner: dennisshevtsov
- License: mit
- Created: 2024-01-02T10:18:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T10:38:15.000Z (over 2 years ago)
- Last Synced: 2024-01-08T16:21:40.976Z (over 2 years ago)
- Topics: asp-net, asp-net-core, aspnet-core, aspnetcore, background-service, docker, docker-compose, dotnet, dotnet-core, kafka, kafka-consumer, kafka-producer
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kafka-sample
The project contains 2 simple samples. They are the producer sample and the consumer sample. They show how to use Kafka in a ASP.NET application.
There are all required configured services in the [docker-compose.yml](docker-compose.yml). Run `docker-compose up -d` in the root folder and it creates the services in your Docker, or just use Visual Studio. To check that messages are sending and receiving, use the log console in Docker or Visual Studio, or go to Kafka console [http://localhost:5003](http://localhost:5003).