Custom gRPC input #2380
sagikazarmark
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey @sagikazarmark. |
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
-
I'm trying to implement a custom gRPC input as a plugin (something similar to the HTTP server input).
I can see that the HTTP server input implementation is different from the public plugin interface. Is there a plugin implementation out there that does something similar?
Given most of the transaction handling code (that I could find in the HTTP server input) is internal, would it make sense to copy some of those? Or is there a better way?
I'm guessing the v4 plugin interface replaced some of that with ack functions, but I'm not entirely sure what would be the best way to implement something like this.
Any pointers in the right direction are appreciated! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions