justfly
|
dcc4684462
optimized compatibility
|
6 years ago |
justfly
|
58a9d32ae0
dont't drain PartitionConsumer's messages channel when closing
|
6 years ago |
Evan Huus
|
807de26ba5
Fix block on control messages
|
6 years ago |
Evan Huus
|
e19e955323
Merge pull request #1086 from adwinsky/fix-consumer-block-when-receiving-invalid-fetch-response
|
6 years ago |
Dimitrij Denissenko
|
a1ad496b31
Make PartitionConsumer.Close idempotent
|
6 years ago |
Adam Dratwinski
|
d3f8616135
Unblock consumer when receiving invalid FetchResponse
|
6 years ago |
Evan Huus
|
eae91468c2
consumer: don't stop the ticker if we time out
|
6 years ago |
Maxim Vladimirskiy
|
5468405d94
Expose Records union fields
|
6 years ago |
Maxim Vladimirskiy
|
973e75ca79
Simplify messageSet and recordBatch parsing
|
6 years ago |
Maxim Vladimirskiy
|
d2959fa106
Report ErrIncompleteResponse if nothing is retrieved only
|
6 years ago |
Evan Huus
|
5910255fbe
Merge pull request #1028 from faceair/master
|
6 years ago |
faceair
|
57f03c7bfa
Consumer: reduce ticker allocations
|
6 years ago |
Thomas Sanchez
|
cd0485eacc
Avoid Ticker leak in case of slow consumer
|
6 years ago |
Ivan Babrou
|
c8284bbf5c
Minimize diff with master
|
6 years ago |
Ivan Babrou
|
d7d2bb7b2b
Support multiple mixed Record types
|
6 years ago |
Ivan Babrou
|
068e0b77c8
Support multiple record batches, closes #1022
|
6 years ago |
Sami Hiltunen
|
d9ef2bef2e
advance partition consumer offset after compacted messages
|
6 years ago |
Vlad Hanciuta
|
b7f694ebc8
Determine the records type based on the magic number not API version
|
7 years ago |
Evan Huus
|
10f33bec2a
consumer: don't check LastStableOffset
|
7 years ago |
Vlad Hanciuta
|
ed80c61d79
Make timestamp fields of type time.Time and time.Duration
|
7 years ago |
Vlad Hanciuta
|
953231c528
Add support for Kafka 0.11 in consumer
|
7 years ago |
Vagrant User
|
87e4033a66
Optionally use a ticker instead of a timer to detect timeouts
|
7 years ago |
Vagrant User
|
7bbb175476
Add an optional fast checker to (*partitionConsumer).responseFeeder
|
7 years ago |
Michael Herstine
|
45f017b7f4
Docstring change only to PartitionConsumer.
|
7 years ago |
Evan Huus
|
2fd980e23b
Merge pull request #905 from sp1ff/master
|
7 years ago |
Michael Herstine
|
b69551c88b
Add support for FetchRequest API V3.
|
7 years ago |
Michael Herstine
|
4d1eceb890
Added support for FetchRequest protocol version 3.
|
7 years ago |
DV
|
ce6585f068
#885: added BlockTimestamp to ConsumerMessage
|
7 years ago |
Evan Huus
|
7f63d35b79
Fix an additional possible alignment issue
|
7 years ago |
DiSiqueira
|
cecb3d9807
Formating all files with gofmt -s
|
7 years ago |