9 |
10 | Pause all the partitions of the topic '{{topic}}' from consumers '{{consumerName}}' with group id '{{groupId}}' will interrupt the kafka data processing and, probably, generate lag.
11 |
Are you really sure about it?
12 |
13 |
14 |
18 |
--------------------------------------------------------------------------------
/src/KafkaFlow.Microsoft.DependencyInjection/ServiceCollectionExtensions.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using global::Microsoft.Extensions.DependencyInjection;
3 | using KafkaFlow.Configuration;
4 |
5 | namespace KafkaFlow;
6 |
7 | ///