load + update global state

2017-08-07 Thread Peter Ertl
Hi folks, I am coding a streaming task that processes http requests from our web site and enriches these with additional information. It contains session ids from historic requests and the related emails that were used within these session in the past. lookup - hashtable: session_id:

Re: load + update global state

2017-08-07 Thread Tzu-Li (Gordon) Tai
Hi Peter! One thing I’d like to understand first after reading about your use case: Why exactly do you need the lookup table to be globally accessible? From what I understand, you are using this lookup table for stream event enriching, so whatever processing you need to perform downstream on thi