I have a question regarding the OmmConsumer functionality in EMA, specifically about channel switching notifications.
As I understand from the Configuration Guide, when configuring ChannelSet, we can specify an ordered list of channels. The consumer will attempt to connect to these channels one at a time, moving to the next one only if the current connection fails.
My question is:
- Does the consumer receive any kind of notification or status message when this channel switching occurs?
- If so, what form does this notification take, and how can I access it in my code?
If such notifications are not currently available, I'd appreciate any suggestions on how we might implement a similar functionality or any best practices for monitoring channels switches.