In nifi, if I am listening to Kafka from single topic and based on the routing logic it'll call the respective process group.
However, in RouteOnContent
processor, if we give regular expression for checking the occurance of string will it affect performance or how to achieve the a good performance while routing based on condition.