Re: Keep bootstrapped config updated with stream from Kafka

2017-01-19 Thread Nihat Hosgur
Hi Fabian, Thank you for the pointer. Thank, Nihat On Thu, Jan 19, 2017 at 2:46 AM Fabian Hueske wrote: > Hi Nihat, > > you could implement the stateful function as a RichFunction and load the > data in the open() method. > > Best, Fabian > > 2017-01-19 2:53 GMT+01:00 Nihat Hosgur : > > Hi all,

Re: Keep bootstrapped config updated with stream from Kafka

2017-01-19 Thread Fabian Hueske
Hi Nihat, you could implement the stateful function as a RichFunction and load the data in the open() method. Best, Fabian 2017-01-19 2:53 GMT+01:00 Nihat Hosgur : > Hi all, > > We bootstrap data from some DB and then like to keep it updated with > updates coming through Kafka. At spark it was