You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the PubSub binder has the same issue when trying to run it in a multi binder setup. In my scenario, I was trying to have two different input binders, one for pubsub and another for Solace. As soon as both were introduced, in addition to the additional environment variables being configured for the PubSub binder, the application would begin to not start up.
Problem
App fails to start w/ following message:
No qualifying bean of type 'org.springframework.cloud.stream.binder.Binder<?, ?, ?>' available
Details
The following guide was followed this guide to configure the binders w/ the following yaml:
Uh oh!
There was an error while loading. Please reload this page.
Scenario
Similar to the issue logged #3013
It seems that the PubSub binder has the same issue when trying to run it in a multi binder setup. In my scenario, I was trying to have two different input binders, one for pubsub and another for Solace. As soon as both were introduced, in addition to the additional environment variables being configured for the PubSub binder, the application would begin to not start up.
Problem
App fails to start w/ following message:
No qualifying bean of type 'org.springframework.cloud.stream.binder.Binder<?, ?, ?>' available
Details
The following guide was followed this guide to configure the binders w/ the following yaml:
As soon as the environment properties are removed the application starts up again.
The text was updated successfully, but these errors were encountered: