-
-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modern C++ code generator. #18
Comments
Hey Giorgio! Thanks for your words. I know nothing about modern C++ but if you want to help I think a good starting point could be github.com/asyncapi/generator. It would be a matter of creating a new template there. |
I just transferred the issue to this repo. |
Ok i have seen something do you have a grammar for your specification, so the parser will be easier. |
Sure! Here you have a JSONSchema definition of the spec: https://github.com/asyncapi/asyncapi/blob/master/schema/asyncapi.json. You can use JSONSchema to validate against this definition. |
Ok for now i would like to support just kafka. |
@giorgiozoppi Hey man, where are we standing with this one? I'm cleaning up old issues to see what we have and close the ones that are not relevant anymore or dropped. |
close it. |
thanks for quick clarification, feel free to reopen once you decide to jump back to the topic |
@giorgiozoppi fyi, there is a side project for C++ code generator that might be interesting for ya https://github.com/pearmaster/asyncapi-codegen |
Dead link |
|
Hello,
i loved your talk. So i decided you to help on this. In embedded enviroment there is a lack of rest framework so this will open new scenarios.
The text was updated successfully, but these errors were encountered: