Historique des commits

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