Skip to content
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

Is it possible to limit DirectByteBuffer usage? #11642

Open
santhoshmanikandan opened this issue Oct 28, 2024 · 0 comments
Open

Is it possible to limit DirectByteBuffer usage? #11642

santhoshmanikandan opened this issue Oct 28, 2024 · 0 comments
Labels

Comments

@santhoshmanikandan
Copy link

In case of Server-Side streaming where analytics data is streamed back to client, is it possible to configure the maximum size of buffer that can be used by that RPC call?

Currently I could see that the buffer size keeps on increasing until OOM occurs if client disconnects and server couldn't send back the response. Even though manual flow control is possible for each RPC implementation, looking for an option to tweak it at configuration level or at Interceptor level to make sure such orphaned/rouge RPC calls are discarded in a better way.

@santhoshmanikandan santhoshmanikandan changed the title Is there a possibility to limit DirectByteBuffer usage? Is it possible to limit DirectByteBuffer usage? Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant