Re: Lack of KeyedBroadcastStateBootstrapFunction

2020-03-30 Thread Tzu-Li (Gordon) Tai
gt; Hiring! <https://segment.com/jobs?utm_source=signature&utm_medium=email> > > On Mon, Mar 30, 2020 at 1:04 AM Tzu-Li (Gordon) Tai > wrote: > >> It seems like Seth's reply didn't make it to the mailing lists somehow. >> Forwarding his reply below: &g

Re: Lack of KeyedBroadcastStateBootstrapFunction

2020-03-30 Thread Mark Niehe
seems like Seth's reply didn't make it to the mailing lists somehow. > Forwarding his reply below: > > -- Forwarded message - > From: Seth Wiesman > Date: Thu, Mar 26, 2020 at 5:16 AM > Subject: Re: Lack of KeyedBroadcastStateBootstrapFunction >

Fwd: Lack of KeyedBroadcastStateBootstrapFunction

2020-03-30 Thread Tzu-Li (Gordon) Tai
It seems like Seth's reply didn't make it to the mailing lists somehow. Forwarding his reply below: -- Forwarded message - From: Seth Wiesman Date: Thu, Mar 26, 2020 at 5:16 AM Subject: Re: Lack of KeyedBroadcastStateBootstrapFunction To: Dawid Wysakowicz Cc: , Tzu-

Re: Lack of KeyedBroadcastStateBootstrapFunction

2020-03-24 Thread Dawid Wysakowicz
Hi, I am not very familiar with the State Processor API, but from a brief look at it, I think you are right. I think the State Processor API does not support mixing different kinds of states in a single operator for now. At least not in a nice way. Probably you could implement the KeyedBroadcastSt

Lack of KeyedBroadcastStateBootstrapFunction

2020-03-23 Thread Mark Niehe
Hey all, I have another question about the State Processor API. I can't seem to find a way to create a KeyedBroadcastStateBootstrapFunction operator. The two options currently available to bootstrap a savepoint with state are KeyedStateBootstrapFunction and BroadcastStateBootstrapFunction. Because