java-spring-cloud-stream-template icon indicating copy to clipboard operation
java-spring-cloud-stream-template copied to clipboard

Additional binder support needed

Open vinothinikannaiyan opened this issue 1 year ago • 6 comments

Based on the binder parameter description, looks like generator supports one of kafka, rabbit or solace. Default: kafka.

What is the plan for additional binders? any roadmap for supporting azure service bus and apache activemq artemis binders ? Looking for the updates. Please share your insights.

vinothinikannaiyan avatar Aug 18 '23 12:08 vinothinikannaiyan

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

github-actions[bot] avatar Aug 18 '23 12:08 github-actions[bot]

FYI - complete list of Spring Cloud Stream Binders is here: https://docs.spring.io/spring-cloud-stream/docs/current/reference/html/binders.html#binders

Mrc0113 avatar Sep 11 '23 15:09 Mrc0113

FYI - complete list of Spring Cloud Stream Binders is here: https://docs.spring.io/spring-cloud-stream/docs/current/reference/html/binders.html#binders

Yes got it. But this list is for using spring cloud stream library. I am looking for the binder codegen support from asyncapi. Do you know asynapi generates code for service bus ? Artemis is not listed by the way

vinothinikannaiyan avatar Sep 13 '23 10:09 vinothinikannaiyan

Hi @vinothinikannaiyan, I was just referencing the list of Spring Cloud Stream binders here b/c the code generator template in this repository ONLY generates Spring Cloud Stream apps and the list of binders supported by the spring cloud stream framework are the only ones we could add support for here.

Artemis is not listed by the way

If artemis has a cloud stream binder they should open a PR against the Spring repo to get it added. Otherwise nobody will know it exists!

Do you know asynapi generates code for service bus

I would suggest asking in the AsyncAPI slack, but not that I'm aware of.

Mrc0113 avatar Sep 13 '23 15:09 Mrc0113

Hi @vinothinikannaiyan, I was just referencing the list of Spring Cloud Stream binders here b/c the code generator template in this repository ONLY generates Spring Cloud Stream apps and the list of binders supported by the spring cloud stream framework are the only ones we could add support for here.

Artemis is not listed by the way

If artemis has a cloud stream binder they should open a PR against the Spring repo to get it added. Otherwise nobody will know it exists!

Do you know asynapi generates code for service bus

I would suggest asking in the AsyncAPI slack, but not that I'm aware of.

Thanks for your inputs.

vinothinikannaiyan avatar Sep 23 '23 11:09 vinothinikannaiyan

I guess, this can be closed as the outcome is to follow up with the vendors to add/include the binders and open a PR.

gvensan avatar Aug 05 '24 10:08 gvensan