Fix: Kafka replication factor hardcoded to 1 and No health check endpoints
This commit is contained in:
@@ -35,7 +35,7 @@ public class KafkaTopicProvisioner : IHostedService
|
||||
{
|
||||
Name = name,
|
||||
NumPartitions = _options.NumPartitions,
|
||||
ReplicationFactor = 1
|
||||
ReplicationFactor = _options.ReplicationFactor
|
||||
}).ToList();
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user