How to process historical data stream in response to dynamic queries in Flink -


i'm trying create datastreams dynamically @ run-time union of historical , real-time data stream (both pre-preprocessed using table->retract stream conversion). want generate aggregations , views dynamically on union stream based on query parameters @ run-time - these views use overlapping subsets of data union stream.

it seems it's not possible emit subsets of pre-loaded data further processing downstream operators. possible in flink?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -