Commit History

作者 SHA1 備註 提交日期
  Lars Lehtonen e5ac353cdd fix: remove use of t.testing.FailNow() inside goroutine 5 年之前
  Sebastien Launay fe1b1849d0 Support timeout when fetching metadata 6 年之前
  drsoares e3ecf7b088 added offline replicas operation to client for kafka version >= 1.x 6 年之前
  Tom Lee a047cd70e0 Add Config.Metadata.Retry.BackoffFunc 6 年之前
  Evan Huus 5d35641fb5 Fix test 6 年之前
  justfly e06b9a2882 add Controller() method to Client interface 7 年之前
  git-hulk 240ddc7211 FIX: It shouldn't sort the replicas and isr while the order is 7 年之前
  Kyle Hargraves dbc0382c17 Rename client.Isr to client.InSyncReplicas 7 年之前
  Kyle Hargraves f79a4d6153 Add Isr to Client interface 7 年之前
  Maxim Vladimirsky 201ab73cb4 Make mock brokers and protocol packets available for outsider 9 年之前
  Willem van Bergen 1874f69e22 Shuffle seed brokers so we don't always connect to the first one provided 9 年之前
  Evan Huus fbe4417e0b Add some simple producer benchmarks 9 年之前
  Evan Huus 52af5d953e Disable background metadata updater in a test 9 年之前
  Evan Huus dd6ba39a5c client: stop the background thread before closing 9 年之前
  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 5cfe247359 Add test for resurrecting dead seeds 10 年之前
  Evan Huus b94609120c Permit Metadata.Retry.Backoff == 0 10 年之前
  Willem van Bergen e41ef46cf6 Add some tests on how the client should handle errors in the metadata response. 10 年之前
  Willem van Bergen 7f2cdf6cd2 Do not use partition cache for unknown topics. 10 年之前
  Evan Huus f0de0cead8 Cleanup disconnectBroker a bit 10 年之前
  Willem van Bergen a8957a931d Drop ReplicasInSync from Client interface 10 年之前
  Willem van Bergen f9c4fd65c2 Make Client an interface. 10 年之前
  Evan Huus 533cce206d Lazily connect to brokers in the client 10 年之前
  Evan Huus 0e95e22dd4 Various doc and naming tweaks from code review. 10 年之前
  Evan Huus 0abdf8c4f0 Move the clientID into the config object 10 年之前
  Evan Huus 616ac5daa4 Unify configuration structures into config.go 10 年之前
  Willem van Bergen 91a706483c Unexport mockbroker. 10 年之前
  Willem van Bergen 87c89f868c Also prefix KError instances with Err. 10 年之前
  Evan Huus a699b6ff8b Rename all the things in client tests 10 年之前