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

golang: Writer functions should return bytes-written #695

Open
alokpr opened this issue Nov 1, 2022 · 0 comments
Open

golang: Writer functions should return bytes-written #695

alokpr opened this issue Nov 1, 2022 · 0 comments
Labels

Comments

@alokpr
Copy link

alokpr commented Nov 1, 2022

Currently none of the Writer functions return the number of bytes written.

This is inconsistent with golang Writer interface which returns (bytes_written, error). It also makes it hard for the client to record metrics.

@jtbandes jtbandes added the go label Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants