I have a use case were I'd like to fan out data I am getting with EMA to multiple end users (I have a license for this). What are some good ways to do this?
Specifically once challenge I see is that clients streaming data will come and go and the symbols I need to stream will regularly be changing.
For example
Client 1 can come and stream TSLA and IBM
Client 2 comes along and wants TSLA and BMO
Client 3 comes along and wants APPL
Would I need to create seperate stream for each of these connections noting that I will be streaming thousands of symbols to thousands of clients?