Add deployment
This commit is contained in:
@@ -18,7 +18,7 @@ public class KafkaTopicProvisioner : IHostedService
|
||||
using var admin = new AdminClientBuilder(new AdminClientConfig
|
||||
{
|
||||
BootstrapServers = _options.BootstrapServers
|
||||
}).Build();
|
||||
}.ApplySecurity(_options)).Build();
|
||||
|
||||
var topicNames = new[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user