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

Add a flushBuffer Connection API #377

Closed
ColinSullivan1 opened this issue Dec 14, 2020 · 1 comment
Closed

Add a flushBuffer Connection API #377

ColinSullivan1 opened this issue Dec 14, 2020 · 1 comment

Comments

@ColinSullivan1
Copy link
Member

Some clients have a buffer flush API that flushes the local outbound buffer without sending a ping/pong. This is useful in reducing latency of publish calls while avoiding the full flush with a ping/pong.

e.g.

nats.net: flushBuffer()
nats.c: natsConn_bufferFlush()

We'll want to add an equivalent API to this java client.

CC /@scottf

@ColinSullivan1
Copy link
Member Author

Resolved by #380

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant