Hi,
I am using apache nifi's consumeKafka processor to consume IOT data.
It is working fine when explicitly specifying the topics. However, I am looking for something more dynamic so I don't have to add topics manually in nifi each time we connect a new device.
Is it possible to have wildcards in the kafka topic name field?
My topics name look like domain.iot_device_name so I need something like domain.*