Maxim Vladimirskiy
|
e42dc76c4e
Add missing Kafka versions
|
6 years ago |
Ivan Babrou
|
1f78d8a7f1
Add support for compression levels, closes #1042
|
6 years ago |
Vlad Hanciuta
|
ed80c61d79
Make timestamp fields of type time.Time and time.Duration
|
7 years ago |
Vlad Hanciuta
|
0d4d83d02a
Add support for Castagnoli polynomial for CRC32 computation
|
7 years ago |
Tom Crayford
|
920e2d0f8d
make decoding unknown message versions error
|
7 years ago |
Sami Hiltunen
|
028d5382d1
negative timestamps on messages fix
|
7 years ago |
Evan Huus
|
e6df07fb9c
Merge pull request #786 from rtreffer/master
|
8 years ago |
Rene Treffer
|
fea677b253
Add lz4 compression
|
8 years ago |
Sebastien Launay
|
124e7c647e
Expose producer metrics with go-metrics
|
8 years ago |
Evan Huus
|
10d06c2fe7
Plumb through v0.10 support for consumer/fetch
|
8 years ago |
Evan Huus
|
a68351e447
Use external snappy package
|
8 years ago |
Evan Huus
|
87fb5e3465
Support nil compressed messages
|
8 years ago |
Evan Huus
|
2594b8edd6
Fix and simplify message decoding
|
9 years ago |
Evan Huus
|
66411d8222
Cleanup a bunch more error formats
|
9 years ago |
Kostiantyn Stepaniuk
|
0aeb8f0f95
Update snappy repo path and encoding interface
|
9 years ago |
Willem van Bergen
|
566627d2ad
Make PacketEncodingError and PacketDecodingError more similar to each other.
|
9 years ago |
Willem van Bergen
|
2018fd405e
Prefix error variables with Err
|
9 years ago |
Evan Huus
|
0a9f80b431
Merge pull request #171 from Shopify/hide-snappy-funcs
|
10 years ago |
Evan Huus
|
39823e3af9
Check some errors
|
10 years ago |
Evan Huus
|
b5df04ed3e
Make snappy functions private
|
10 years ago |
Dimitrij Denissenko
|
9675a91962
Added Gzip test. Simplified a little.
|
10 years ago |
Dimitrij Denissenko
|
c087d7fc53
Allow Gzip bulk consumption
|
10 years ago |
Dimitrij Denissenko
|
b1a73257c4
Allow to decode snappy streams
|
10 years ago |
Dimitrij Denissenko
|
7664076559
Added support for snappy stream decoding
|
10 years ago |
Burke Libbey
|
34956b2be3
More informative logging around DecodingError, and bumped max msg size
|
11 years ago |
Evan Huus
|
fe223908f6
Compression codec is only two bits, not three.
|
11 years ago |
Evan Huus
|
487570b284
Get rid of a magic value of the compression codec mask
|
11 years ago |
Evan Huus
|
901b907636
Revert "Compression codec is high three bits, not low"
|
11 years ago |
Evan Huus
|
7d6070c06e
Compression codec is high three bits, not low
|
11 years ago |
Antoine Grondin
|
893044d278
Fix Golint errors, except for all the missing comments.
|
11 years ago |