Manquait un )
This commit is contained in:
@@ -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 };
|
||||
|
Reference in New Issue
Block a user