-
Notifications
You must be signed in to change notification settings - Fork 232
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
snappy golang compress and java uncompress don't work #175
Comments
I've reproduced this issue with a simple pair of programs: https://github.com/weaveworks-experiments/prometheus-benchmarks/tree/master/cmd/snappy The output I get when encoding the string "hello world" in go is:
When I run the little java app, I get a |
Okay problem seems to be golang/snappy's framing format is not compatible with xerial/snappy-java. If you use golang |
Hi Kindly note data is compressed properly as we have a live java service using it. |
Did anyone get anywhere with this? I'm experiencing the same thing |
I have a problem, golang compress and java uncompress, it don't work, what can I do with this problem
The text was updated successfully, but these errors were encountered: