Clinical Sync Batch Engine: first commit
This commit is contained in:
@@ -5,9 +5,8 @@ using Prometheus;
|
||||
/// <summary>
|
||||
/// Prevents a single un-processable Kafka message from blocking a consumer
|
||||
/// partition forever. Permanent errors (malformed JSON, bad format) are
|
||||
/// skipped immediately; transient errors are retried up to
|
||||
/// <paramref name="maxRetries"/> times before the offset is committed and
|
||||
/// the message is abandoned.
|
||||
/// skipped immediately; transient errors are retried up to the configured
|
||||
/// maximum retry count before the offset is committed and the message is abandoned.
|
||||
/// </summary>
|
||||
public sealed class PoisonPillGuard
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user