liftbridge icon indicating copy to clipboard operation
liftbridge copied to clipboard

Sendfile/Splice optimization

Open tekjar opened this issue 4 years ago • 1 comments

Hi. Thanks for all your blogs. They are of great help in my server design. I'm not 100% sure but I remember reading about kafka's sendfile optimization and your plans to leverage it. How does it work with encrypted connection? Does it require KTLS?

tekjar avatar Apr 14 '20 20:04 tekjar

I think a zero-copy API will require a separate read-path API outside of the gRPC API. There is some related discussion here, but I haven't spent too much time thinking about that yet.

tylertreat avatar Apr 14 '20 21:04 tylertreat