Commit History

Author SHA1 Message Date
  Kyle Hargraves dbc0382c17 Rename client.Isr to client.InSyncReplicas 8 years ago
  Kyle Hargraves f79a4d6153 Add Isr to Client interface 8 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 8 years ago
  DiSiqueira 7d13d169ae Fixing two typos 8 years ago
  Benedikt Böhm b9842b64e1 hold read lock while reading brokers 8 years ago
  Benedikt Böhm 3276070875 do not create sparse array 8 years ago
  Benedikt Böhm 56f3f2bc9d make list of brokers available through sarama.Client 8 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 9 years ago
  Evan Huus 4678250f1a Recommend not sharing clients by default 9 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 10 years ago
  Willem van Bergen 1874f69e22 Shuffle seed brokers so we don't always connect to the first one provided 10 years ago
  Willem van Bergen f33811b058 Refactor metadata retro logic and imrove logging. 10 years ago
  Evan Huus dd6ba39a5c client: stop the background thread before closing 10 years ago
  Willem van Bergen 987c0b95f0 Consistently return ErrClosedClient when calling an exported function on a closed client 10 years ago
  Willem van Bergen 42e484d7fc Use a none map for the toRetry topics instead of bool 10 years ago
  Willem van Bergen 95649f54ca Add Client.Coordinator(topic) and Client.RefreshCoordinator(topic) to retrieve the coordinating broker for a consumer group. 10 years ago
  Evan Huus f922f12eb9 Add retry logic to GetOffset() just like Leader() 10 years ago
  Evan Huus 766d1bfaac Simplify how we manage seed brokers 10 years ago
  Evan Huus 45741c42d0 client: given both retries and errors, prefer retries 10 years ago
  Willem van Bergen 7f2cdf6cd2 Do not use partition cache for unknown topics. 10 years ago
  Evan Huus f0de0cead8 Cleanup disconnectBroker a bit 10 years ago
  Evan Huus 48b3c22b7d Cleanup some client internals 10 years ago