Histórico de Commits

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