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
Describe the feature request
SpringWolf provides plugins for Kafka or RabbitMQ bindings, but there's no other way to configure binding via the annotations.
We may need to add different annotations to represent the different bindings, but there's no need to add all the bindings at the same time.
Motivation
The provided plugins are really convenient, but when an unsupported binding is needed, the current approach is limiting.
Technical details
I'm happy to provide a PR providing a first batch of binding annotations. For sure we need to consider cases where the plugins may be "conflicting" in which case we need to define which definitions takes precedence. I think the information in the annotation should probably overwrite any other autogenerated information.
Describe alternatives you've considered
Providing plugins for each binding seems overkill, mainly when some of those of those bindings may not have specific Spring supported annotations, like GooglePubSub.
The text was updated successfully, but these errors were encountered:
Describe the feature request
SpringWolf provides plugins for Kafka or RabbitMQ bindings, but there's no other way to configure binding via the annotations.
Having something like
We may need to add different annotations to represent the different bindings, but there's no need to add all the bindings at the same time.
Motivation
The provided plugins are really convenient, but when an unsupported binding is needed, the current approach is limiting.
Technical details
I'm happy to provide a PR providing a first batch of binding annotations. For sure we need to consider cases where the plugins may be "conflicting" in which case we need to define which definitions takes precedence. I think the information in the annotation should probably overwrite any other autogenerated information.
Describe alternatives you've considered
Providing plugins for each binding seems overkill, mainly when some of those of those bindings may not have specific Spring supported annotations, like GooglePubSub.
The text was updated successfully, but these errors were encountered: