-
Notifications
You must be signed in to change notification settings - Fork 7
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
Programming language agnostic API? #68
Comments
We could expose the API as a service, say in form of a gRPC server that would be implemented using this library. You can then call the gRPCs from any language that supports gRPC. Is that what you had in mind? |
@smolkaj yeah this is one of the solutions that I have in my mind which is a good starting point but potentially could raise concerns about adding one hop if it is supposed to be integrated by a controller. Auto generating Validate function in different programming languages is the best option but not sure how easy is that to achieve in this context (e.g. https://github.com/envoyproxy/protoc-gen-validate) |
@smolkaj |
I am not planning to work on this currently, but contributions are of course very welcome. |
This issue has been open for one year with no activity. Consequently, it is being marked with the "stale" label. What this means is that the issue will be automatically closed in 30 days unless more comments are added or the "stale" label is removed. Comments that provide new information on the issue are especially welcome: is it still reproducible? did it appear in other contexts? how critical is it? etc. |
I am wondering if this API can be programming language agnostic or somehow auto generated for different programming languages? What is the best way to implement the library for a programming language like Go?
The text was updated successfully, but these errors were encountered: