lerenn / asyncapi-codegen

An AsyncAPI Golang Code generator that generates all Go code from the broker to the application/user. Just plug your application to your favorite message broker!
Apache License 2.0
76 stars 21 forks source link

gen other languages ? #202

Open gedw99 opened 2 months ago

gedw99 commented 2 months ago

https://github.com/c0olix/asyncApiCodeGen is similar and is golang with Kafka and generates java code for the Asynci API.

I am just raising it here for if anyone is interested in doing consolidation.

lerenn commented 2 months ago

Hello @gedw99 !

Actually, I was considering the support for Python, as I need it, so I wouldn't mind doing it for Java as well. Thanks for opening this issue, I shows me that there is a real interest :)

I'll rework the project architecture in the next day to accept new languages, and I'll open two issues: one for Java and one for Python.