Fix: Outbox relay has no dead-letter or max retry limit + DataLake writer partial commit inconsistency + ThresholdCacheLoader crashes startup on Redis failure
This commit is contained in:
@@ -7,5 +7,6 @@ public class KafkaOptions
|
||||
public short ReplicationFactor { get; set; } = 3;
|
||||
public int OutboxBatchSize { get; set; } = 100;
|
||||
public int OutboxPollIntervalMs { get; set; } = 500;
|
||||
public int OutboxMaxRetries { get; set; } = 10;
|
||||
public int MaxPoisonRetries { get; set; } = 5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user