Fix: Kafka replication factor hardcoded to 1 and No health check endpoints
This commit is contained in:
@@ -4,6 +4,7 @@ public class KafkaOptions
|
||||
public string BootstrapServers { get; set; } = null!;
|
||||
public KafkaTopicOptions Topics { get; set; } = null!;
|
||||
public int NumPartitions { get; set; } = 6;
|
||||
public short ReplicationFactor { get; set; } = 3;
|
||||
public int OutboxBatchSize { get; set; } = 100;
|
||||
public int OutboxPollIntervalMs { get; set; } = 500;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user