Spring cloud bus with EnableBinding (non functional approach)

130 Views Asked by At
  • I use spring boot 2.7.2 and spring cloud dependencies 2021.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 ?

0

There are 0 best solutions below