If RMQ goes down for some reason, I need to provide some fallback logic. Currently there is no hook for this scenario. I tried implementing https://github.com/rabbitmq/rabbitmq-stream-java-client/blob/main/src/main/java/com/rabbitmq/stream/ConsumerUpdateListener.java but this listener is not called when RMQ is down.