Evan Huus
|
38673c0ce0
Add a config option to store only minimal metadata
|
7 years ago |
git-hulk
|
240ddc7211
FIX: It shouldn't sort the replicas and isr while the order is
|
7 years ago |
Kyle Hargraves
|
dbc0382c17
Rename client.Isr to client.InSyncReplicas
|
7 years ago |
Kyle Hargraves
|
f79a4d6153
Add Isr to Client interface
|
7 years ago |
funkygao
|
c57f8cfa66
client will export isr info of a topic/partition
|
9 years ago |
DiSiqueira
|
fdebee00c4
Following Golint tips for if blocks who ends with a return
|
7 years ago |
DiSiqueira
|
7d13d169ae
Fixing two typos
|
7 years ago |
Benedikt Böhm
|
b9842b64e1
hold read lock while reading brokers
|
7 years ago |
Benedikt Böhm
|
3276070875
do not create sparse array
|
7 years ago |
Benedikt Böhm
|
56f3f2bc9d
make list of brokers available through sarama.Client
|
7 years ago |
Jurriaan Pruis
|
d65b3fd46b
Support ListOffsetRequest v1 [KIP-79]
|
8 years ago |
Evan Huus
|
f4a626377c
client: don't abort creation on auth failure
|
8 years ago |
Damian Gryski
|
a3b3155d09
client: fix returning the wrong error
|
8 years ago |
Marcos Oliveira
|
b90bc56aaf
s/consumergoup/consumergroup/g
|
8 years ago |
Evan Huus
|
bed560f780
Add additional error handling based on spec
|
8 years ago |
Evan Huus
|
4678250f1a
Recommend not sharing clients by default
|
8 years ago |
Evan Huus
|
12d29331cf
A few minor suggestions from golint
|
9 years ago |
Evan Huus
|
6facece8ef
Wrap godoc to 80 chars, round 2
|
9 years ago |
Evan Huus
|
93c1f7437d
Wrap all godoc at 80 characters
|
9 years ago |
Willem van Bergen
|
e493c2606a
Update godoc for Client.Coordinator and Client.RefreshCoordinator
|
9 years ago |
Willem van Bergen
|
1874f69e22
Shuffle seed brokers so we don't always connect to the first one provided
|
9 years ago |
Willem van Bergen
|
f33811b058
Refactor metadata retro logic and imrove logging.
|
9 years ago |
Evan Huus
|
dd6ba39a5c
client: stop the background thread before closing
|
9 years ago |
Willem van Bergen
|
987c0b95f0
Consistently return ErrClosedClient when calling an exported function on a closed client
|
9 years ago |
Willem van Bergen
|
42e484d7fc
Use a none map for the toRetry topics instead of bool
|
9 years ago |
Willem van Bergen
|
95649f54ca
Add Client.Coordinator(topic) and Client.RefreshCoordinator(topic) to retrieve the coordinating broker for a consumer group.
|
9 years ago |
Evan Huus
|
f922f12eb9
Add retry logic to GetOffset() just like Leader()
|
9 years ago |
Evan Huus
|
766d1bfaac
Simplify how we manage seed brokers
|
9 years ago |
Evan Huus
|
45741c42d0
client: given both retries and errors, prefer retries
|
9 years ago |
Willem van Bergen
|
7f2cdf6cd2
Do not use partition cache for unknown topics.
|
9 years ago |