gRPC disruptions in non-Golang apps #516
nikos912000
started this conversation in
Ideas, user requests and proposals
Replies: 1 comment 1 reply
-
We have no use cases for this internally, and thus have never attempted it, unfortunately. I think it is possible, as you note, because all of the server-side code could be rewritten in the target language, however I definitely don't have any examples to share. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was curious if it easy to execute gRPC Disruptions vs apps not written in Go.
Do you have any examples that you could share?
From a quick look in the implementation:
io.grpc.ServerInterceptor
like this. This part would require some work.Beta Was this translation helpful? Give feedback.
All reactions