Hi,
Our application is financial data enrichment. What we want to do is that we
want to first key the positions by Account Number and then window them.
Within a window I want to get all the unique products across all the
accounts and make an external service call to hydrate the cache for that
wind
Hi Harshvardhan,
*> 1) Does the state in the process window function qualify as KeyedState
or OperatorState? *
KeyedState
*> We want to be able to rehydrate the guava cache at the beginning of each
window by making an external rest call and clear the cache at the end of
that respective window. Ho
Hi Harshvardhan,
1) Yes, ProcessWindowFunction extends AbstractRichFunction, through
getRuntimeContext,you can access keyed state API.
2) ProcessWindowFunction has given you considerable flexibility, you can
based on processing time / event time / timer / it's clear method /
customized implementat