Add deployment
This commit is contained in:
@@ -39,7 +39,7 @@ public class EsIndexerService : BackgroundService
|
||||
// Consumers must be idempotent. See idempotency contract above.
|
||||
EnableAutoCommit = false,
|
||||
EnablePartitionEof = false
|
||||
};
|
||||
}.ApplySecurity(_kafkaOptions);
|
||||
|
||||
using var consumer = new ConsumerBuilder<string, string>(config).Build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user