Closed
Description
When no Redis connection is available on Spring-Boot startup, the bean creation fails and throws an Exception that will cause the start procedure to fail and exit the application.
This is the part of the code in question:
https://github.com/spring-projects/spring-data-redis/blob/main/src/main/java/org/springframework/data/redis/listener/RedisMessageListenerContainer.java#L1169
In comparison to branch 2.6.x this was inside a try/catch (I think at least, as it seems to be a completely new implementation)