Evan Huus
|
6be486f900
Only mention closing the Client on the FromClient constructors
|
9 years ago |
Willem van Bergen
|
47bfe4df50
Update godoc for OffsetOldest and OffsetNewest, and move these to client.go.
|
9 years ago |
Willem van Bergen
|
a9d8315553
Remove OffsetTime in lieu of int64.
|
9 years ago |
Willem van Bergen
|
97b7df3b98
Consilidate refresh metadata methods into one
|
9 years ago |
Willem van Bergen
|
f9c4fd65c2
Make Client an interface.
|
9 years ago |
Evan Huus
|
a778a8ee97
Remove external calls to disconnectBroker
|
9 years ago |
Willem van Bergen
|
4189e55a44
Return{Errors,Successes} -> Return.{Errors,Successes}
|
9 years ago |
Willem van Bergen
|
251a2dbf7e
Update consumer example comments.
|
9 years ago |
Willem van Bergen
|
5411ec3676
Rename Ack* configuration names to Return*, make ReturnErrors default to false for the Consumer, update good and examples
|
9 years ago |
Evan Huus
|
01eada75a8
Simplify dispatcher loop
|
9 years ago |
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 |