Evan Huus
|
eae91468c2
consumer: don't stop the ticker if we time out
|
6 år sedan |
Maxim Vladimirskiy
|
5468405d94
Expose Records union fields
|
6 år sedan |
Maxim Vladimirskiy
|
973e75ca79
Simplify messageSet and recordBatch parsing
|
6 år sedan |
Maxim Vladimirskiy
|
d2959fa106
Report ErrIncompleteResponse if nothing is retrieved only
|
6 år sedan |
Evan Huus
|
5910255fbe
Merge pull request #1028 from faceair/master
|
6 år sedan |
faceair
|
57f03c7bfa
Consumer: reduce ticker allocations
|
6 år sedan |
Thomas Sanchez
|
cd0485eacc
Avoid Ticker leak in case of slow consumer
|
6 år sedan |
Ivan Babrou
|
c8284bbf5c
Minimize diff with master
|
6 år sedan |
Ivan Babrou
|
d7d2bb7b2b
Support multiple mixed Record types
|
6 år sedan |
Ivan Babrou
|
068e0b77c8
Support multiple record batches, closes #1022
|
6 år sedan |
Sami Hiltunen
|
d9ef2bef2e
advance partition consumer offset after compacted messages
|
7 år sedan |
Vlad Hanciuta
|
b7f694ebc8
Determine the records type based on the magic number not API version
|
7 år sedan |
Evan Huus
|
10f33bec2a
consumer: don't check LastStableOffset
|
7 år sedan |
Vlad Hanciuta
|
ed80c61d79
Make timestamp fields of type time.Time and time.Duration
|
7 år sedan |
Vlad Hanciuta
|
953231c528
Add support for Kafka 0.11 in consumer
|
7 år sedan |
Vagrant User
|
87e4033a66
Optionally use a ticker instead of a timer to detect timeouts
|
7 år sedan |
Vagrant User
|
7bbb175476
Add an optional fast checker to (*partitionConsumer).responseFeeder
|
7 år sedan |
Michael Herstine
|
45f017b7f4
Docstring change only to PartitionConsumer.
|
7 år sedan |
Evan Huus
|
2fd980e23b
Merge pull request #905 from sp1ff/master
|
7 år sedan |
Michael Herstine
|
b69551c88b
Add support for FetchRequest API V3.
|
7 år sedan |
Michael Herstine
|
4d1eceb890
Added support for FetchRequest protocol version 3.
|
7 år sedan |
DV
|
ce6585f068
#885: added BlockTimestamp to ConsumerMessage
|
7 år sedan |
Evan Huus
|
7f63d35b79
Fix an additional possible alignment issue
|
7 år sedan |
DiSiqueira
|
cecb3d9807
Formating all files with gofmt -s
|
7 år sedan |
Evan Huus
|
8d739a4669
Tweak some docs
|
8 år sedan |
Mathieu Payeur Levallois
|
b0e729b8e9
Fix HighWaterMarks() comment
|
8 år sedan |
Mathieu Payeur Levallois
|
f66f2deeff
Add Consumer.HighWaterMarks()
|
8 år sedan |
Evan Huus
|
16da292b17
Consumer: handle compressed relative offsets
|
8 år sedan |
Nimi Wariboko Jr
|
f0f5b0ae1a
Consumer: fix deadlock - if the timer had already expired, don't try to read the channel again.
|
8 år sedan |
Nimi Wariboko Jr
|
779ef6ae4e
Checking Reset()'s active return value is racy according to Golang docs. Docs advice to call Stop inorder to reuse a timer. Should fix #732.
|
8 år sedan |