I use Flink Kafka connector 10 to subscribe topics and get data. Now I want
to specify topics not using String, but regular expression. I want to do
that just because it can recognize future topics added to the Kafka and get
their data.

Spark Kafka connector has a method named SubscribePattern and we can use it
to subscribe to topics using regular expressions.

Is there something equivalent or some other way to do that?

Reply via email to