Hi, I have a question regarding RouteText. The processor works just fine for me but maybe I'm missing a couple subtleties:
1) I have a regex to group data by (a pair of IDs), but what do I use the grouping attribute for? I still get as many outputs as lines 2) My data is coming from a listenUDP. If my batch size is 1, RouteText is having a lot of trouble processing all the data. I would guess that it compiles the regex everytime it is executed, is it correct? When I increase the batch size to 100, RouteText processes everything well. I was wondering if there could be some sort of optimization on the RouteText to keep the regex compile nonetheless of the state of the processor? Thanks a lot! Stephane
