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

UDP Write Buffers #42

Open
bstromski opened this issue Sep 27, 2016 · 2 comments
Open

UDP Write Buffers #42

bstromski opened this issue Sep 27, 2016 · 2 comments

Comments

@bstromski
Copy link

Do you plan on supporting buffering for UDP writes as well? I was really interested in this feature, but it doesn't help me much since we don't write to HTTP endpoints.

Thanks,
Ben

@gamerscomplete
Copy link

How would you buffer UDP writes when you can't be sure that a UDP packet arrives? The nature of UDP is that its best effort and not guaranteed at all. If you need guaranteed writes, use TCP.

@ishworgurung
Copy link

@gamerscomplete FWIW, udp is lossy sure but i am sure the OP has thought about that and taken it into account.... they probably don't care if few goes out of whack into /dev/null lalaland amongst the millions/billions of metrics they want to send and do it faster..

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

3 participants