Commit History

作者 SHA1 備註 提交日期
  Willem van Bergen e493c2606a Update godoc for Client.Coordinator and Client.RefreshCoordinator 10 年之前
  Willem van Bergen 1874f69e22 Shuffle seed brokers so we don't always connect to the first one provided 10 年之前
  Willem van Bergen f33811b058 Refactor metadata retro logic and imrove logging. 10 年之前
  Evan Huus dd6ba39a5c client: stop the background thread before closing 10 年之前
  Willem van Bergen 987c0b95f0 Consistently return ErrClosedClient when calling an exported function on a closed client 10 年之前
  Willem van Bergen 42e484d7fc Use a none map for the toRetry topics instead of bool 10 年之前
  Willem van Bergen 95649f54ca Add Client.Coordinator(topic) and Client.RefreshCoordinator(topic) to retrieve the coordinating broker for a consumer group. 10 年之前
  Evan Huus f922f12eb9 Add retry logic to GetOffset() just like Leader() 10 年之前
  Evan Huus 766d1bfaac Simplify how we manage seed brokers 10 年之前
  Evan Huus 45741c42d0 client: given both retries and errors, prefer retries 10 年之前
  Willem van Bergen 7f2cdf6cd2 Do not use partition cache for unknown topics. 10 年之前
  Evan Huus f0de0cead8 Cleanup disconnectBroker a bit 10 年之前
  Evan Huus 48b3c22b7d Cleanup some client internals 10 年之前
  Willem van Bergen 6877c6e9a2 Merge pull request #348 from Shopify/drop_offsettime 10 年之前
  Willem van Bergen 47bfe4df50 Update godoc for OffsetOldest and OffsetNewest, and move these to client.go. 10 年之前
  Willem van Bergen a9d8315553 Remove OffsetTime in lieu of int64. 10 年之前
  Willem van Bergen a8957a931d Drop ReplicasInSync from Client interface 10 年之前
  Willem van Bergen 97b7df3b98 Consilidate refresh metadata methods into one 10 年之前
  Willem van Bergen f9c4fd65c2 Make Client an interface. 10 年之前
  Evan Huus 533cce206d Lazily connect to brokers in the client 11 年之前
  Evan Huus 9ffa8c742f Retry UnknownTopicOrPartition on fetching metadata 10 年之前
  Evan Huus 0e95e22dd4 Various doc and naming tweaks from code review. 10 年之前
  Evan Huus 0abdf8c4f0 Move the clientID into the config object 11 年之前
  Evan Huus 616ac5daa4 Unify configuration structures into config.go 11 年之前
  Evan Huus 74cd0ea353 Handle new errors from kafka 0.8.2 10 年之前
  Willem van Bergen 566627d2ad Make PacketEncodingError and PacketDecodingError more similar to each other. 11 年之前
  Willem van Bergen 87c89f868c Also prefix KError instances with Err. 11 年之前
  Willem van Bergen 2018fd405e Prefix error variables with Err 11 年之前
  Willem van Bergen b90ee9d59f Merge pull request #287 from cep21/master 11 年之前
  Jack Lindamood e5d6b70726 Cache client partition results to save the repeated sort() calls 11 年之前