Willem van Bergen
|
56542078b1
Configuration tweaks.
|
9 years ago |
Willem van Bergen
|
0d6a34032f
Make Consumer and PartitionConsumer interfaces.
|
9 years ago |
Evan Huus
|
6e7ef3c572
Permit constructing producers/consumers without clients
|
9 years ago |
Evan Huus
|
bce6b9ae7e
Combine the OffsetMethod and Offset parameters
|
9 years ago |
Evan Huus
|
0abdf8c4f0
Move the clientID into the config object
|
9 years ago |
Evan Huus
|
616ac5daa4
Unify configuration structures into config.go
|
9 years ago |
Evan Huus
|
4025ed88bf
Fix doc typo
|
9 years ago |
Willem van Bergen
|
cc01cb4093
Merge pull request #303 from Shopify/split_consumer_events_channel
|
9 years ago |
Willem van Bergen
|
87c89f868c
Also prefix KError instances with Err.
|
9 years ago |
Willem van Bergen
|
2018fd405e
Prefix error variables with Err
|
9 years ago |
Willem van Bergen
|
ed24dc91a8
Code review fixes.
|
9 years ago |
Willem van Bergen
|
fb5ef06e83
Godoc fixes.
|
9 years ago |
Willem van Bergen
|
2a331e8329
Fix inconsistent naming
|
9 years ago |
Willem van Bergen
|
2432b5fcf7
Split consumer’s Events() channel into Messages() and Errors()
|
9 years ago |
Willem van Bergen
|
fdfdc28d62
golint: remove unnecessary _ variable.
|
9 years ago |
Willem van Bergen
|
07ea9f134a
consumerWorker -> brokerConsumer
|
9 years ago |
Willem van Bergen
|
cbba3f5c62
Rename some stuff so its meaning is more clear
|
9 years ago |
Evan Huus
|
8fab957db1
Change multi-consumer unexpected error handling
|
9 years ago |
Evan Huus
|
00b87fe357
Rewrite consumer to support multiple partitions
|
10 years ago |
Evan Huus
|
39a066ae3d
consumer: add unit test
|
10 years ago |
Evan Huus
|
6c7468fa03
consumer: more robust handling of message offsets
|
10 years ago |
Evan Huus
|
64e556f2c9
consumer: silently skip messages already consumed
|
10 years ago |
Evan Huus
|
affb0b04e0
Only update the stored offset on successful events
|
10 years ago |
Evan Huus
|
e33b57b271
Validate the offset received from kafka when consuming
|
10 years ago |
Rob Rodgers
|
15782aa08d
Address Evan's comments on the previous version. Add checks for Closed() to a few other locations including consumer.go.
|
11 years ago |
Willem van Bergen
|
2bae192c12
Use time.Duration values consistently in *Config types.
|
10 years ago |
Evan Huus
|
5cbd22983e
doc tweaks suggested by golint
|
10 years ago |
Nick Evans
|
01497948eb
Merge pull request #109 from Shopify/add_GetCurrentOffset_to_client
|
10 years ago |
Nick Evans
|
6352c9917d
add GetCurrentOffset to client
|
10 years ago |
Evan Huus
|
d99b33ee72
Improve documentation and defaults for consumer configuration
|
10 years ago |