Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Latest commit

 

History

History
 
 

client-dotnet

.NET client (producer)

Objective

Quickly test basic producer .NET example

How to run

Simply run:

$ ./start.sh  <2.2 or 3.1> (Core .NET version, default is 2.1)

Details of what the script is doing

Starting producer

$ docker exec -i client-dotnet bash -c "dotnet DotNet.dll broker:9092 dotnet-basic-producer"

Control Center is reachable at http://127.0.0.1:9021