On Mon, Mar 20, 2017 at 3:25 PM, Aljoscha Krettek wrote:
> I think adding this could be as simple as adding a
> makeWindowContentsQueryable(String) call to WindowedStream. In there, we
> create the StateDescriptor for keeping the window contents so we can call
> setQueryable() on the StateDescr
I think adding this could be as simple as adding a
makeWindowContentsQueryable(String) call to WindowedStream. In there, we create
the StateDescriptor for keeping the window contents so we can call
setQueryable() on the StateDescriptor and set the name under which it should be
accessible. If yo