Closed ghost closed 5 years ago
I will add
a new custom metric nConsumedTopics showing the topics that are currently consumed by an operator similar to nAssignedPartitions showing the partitions currently assigned to a consumer operator.
nConsumedTopics <= nAssignedPartitions
implemented in v1.8.0
The KafkaConsumer shall be able to use a pattern to subscribe to matching topics. This would enable applications that optionally require a subscription to one or more topics. The Kafka consumer API supports subscribe with a regular expression.
The feature would imply group management and must be usable when in consistent region and when not.