But how to achieve it? is there any document or example?
Thank you.
AJ Heller
unread,
Jun 20, 2023, 12:30:04 PM6/20/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
The gRPC public API now provides a way for custom endpoint implementations to be provided to the library. It's called the EventEngine API, and you can read the generated API docs here (though I find the interface code itself more readable). To control the details of how bytes are sent and received, your task would be to write a complete EventEngine implementation and provide it to gRPC at runtime via the SetEventEngineFactory method.
Saigut
unread,
Jul 10, 2023, 2:08:34 AM7/10/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message