-
Notifications
You must be signed in to change notification settings - Fork 41
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
Simplify generator plugin using JProtoc #27
Comments
I guess it will also open a window for some external contributors who have no C++ knowledge and dramatically simplify the build/release process |
I don't want to require a JVM to generate code. C++ supports mustache templates though (https://github.com/no1msd/mstch), and you re-use this in different languages like .net, javascript, etc. Switching to mustache would probably do the most to make this easier than switching a language. |
Yeah, sounds good to me, will look at that |
@robertroeser but in 99% cases |
Also, I can't see how |
@bsideup @OlegDokuka I tried to implement an alternative Rsocket Rpc based on Salesforce Jprotoc. Additionally I also tried to simplify the API usage (similar to GRPC) by natively supporting tracing, micrometer options. I appreciate if you can take a look and give feedbacks https://github.com/ilterpehlivan/rsocket-rpc Thanks |
It would make it easier to support RSocket-RPC-Java plugin if it is written in a more flexible way using a templating engine like mustache or more convenient for codegen like JavaPoet.
This will simplify writing things such as #26 #20 #24
The text was updated successfully, but these errors were encountered: