I use spring boot
2.7.2
and spring cloud dependencies2021.0.3
.The project uses annotation-based model (
EnableBinding
) rather than functional. That's something I cannot change.Right now the bus (used for getting refresh events from config server) is not working due to:
Functional binding is disabled due to the presense of @EnableBinding annotation in your configuration
The question is, if it is possible to have spring-cloud-bus configured without functional approach ?