Describe the enhancement:
Adding regex filtering and refresh of consumergroups for enabling dynamic topic filtering
Describe a specific use case for the enhancement or feature:
In distributed scenarios there could be cases where you want to take all the topics that start with logs-(.*) for example, in this case it's interesting as simplifies the setup and it's able to reconfigure the Kafka ConsumerGroup without manual intervention
Describe the enhancement:
Adding regex filtering and refresh of consumergroups for enabling dynamic topic filtering
Describe a specific use case for the enhancement or feature:
In distributed scenarios there could be cases where you want to take all the topics that start with
logs-(.*)for example, in this case it's interesting as simplifies the setup and it's able to reconfigure the Kafka ConsumerGroup without manual intervention