For a (client) machine id with watchlist 10K, if subscribe more than 10K, what's the system behavior? Looks like exactly 10K RICs was subscribed.
Will EMA send error or other messages for the RIC subscriptions exceeding 10K?
Hi @Frederic
I would expect the consumer you receive an A20 status message in response to a subscription request when they request more Items that they are licenced for.
e.g. A20: Aggregate item limit exceeded
and that item subscription would be denied and the stream closed.
In terms of both ETA and EMA it is up to the application to keep track of how many items streams they have open - by counting valid subscriptions and any items closed etc.
(since with EMA, we may only capture the event handle to infer that)