I'd like to put flink on a proxy server to read in a stream from an external 
source and then distribute that stream to multiple servers. Is that possible 
with Flink? Would I have to replicate the data or anything?


I want source -> proxy-server -> (FLINK) -> -> -> -> -> 5 servers

Flink reads the stream coming in to the proxy-server and sends it to 5 other 
servers.

Reply via email to