Re: [DISCUSS] Unique id for messages

2017-03-13 Thread Raghu Mitra Kandikonda
Thanks for the direction :) will work on this and update the thread. -Raghu On 10/03/17, 10:47 PM, "Casey Stella" wrote: >Yes, we do use a UUID in the enrichment topology; this is our message join >key on the join portion of the split/join enrichment. The logic being

Re: [DISCUSS] Unique id for messages

2017-03-10 Thread Casey Stella
Yes, we do use a UUID in the enrichment topology; this is our message join key on the join portion of the split/join enrichment. The logic being used is EnrichmentSplitterBolt.java line 63. We might bring that out and make it part of the message IMO and be able to reuse that unique identifier

[DISCUSS] Unique id for messages

2017-03-10 Thread Raghu Mitra Kandikonda
Hi All, I would like to start a discussion around adding a unique id to all the parsed messages. I feel there was a discussion around a similar topic but I am not sure as a community we agreed on a proposal. We could -use a random number generator like UUID but this might have performance