asyncapi / java-spring-cloud-stream-template

Java Spring Cloud Stream template for the AsyncAPI Generator
31 stars 33 forks source link

Additional binder support needed #340

Open vinothinikannaiyan opened 11 months ago

vinothinikannaiyan commented 11 months ago

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.

github-actions[bot] commented 11 months ago

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.

Mrc0113 commented 10 months ago

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

vinothinikannaiyan commented 10 months ago

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

Mrc0113 commented 10 months ago

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.

vinothinikannaiyan commented 9 months ago

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.