Manquait un )

This commit is contained in:
Marc-Eric Martel
2023-11-06 13:30:36 -05:00
parent b111ddda53
commit 64d0242643
35 changed files with 1027 additions and 1945 deletions

View File

@@ -13,7 +13,7 @@ class Program
BootstrapServers = "localhost:9092"
};
using var producer = new ProducerBuilder<Null, string>(config).Build();
Console.Write("Enter message (type 'quit' to quit: ");
Console.Write("Enter message (type 'quit' to quit): ");
mess = Console.ReadLine();
var topic = "test-topic";
var message = new Message<Null, string> { Value = mess };