Commit History

Author SHA1 Message Date
  Evan Huus cdd80eb39a Fix consumer race panic on close 9 years ago
  yangfan d7c5c53e31 Update consumer.go 9 years ago
  Jeremy Schlatter 18dcb68ce3 fix typo 9 years ago
  Evan Huus 292f3b0aa1 consumer: don't block on undrained partitions 9 years ago
  Evan Huus 7e4b74b20d Move the consumer's channel send slightly 9 years ago
  Evan Huus 8a91a50ecd consumer: fix another race pointed out by Maxim 9 years ago
  Evan Huus 4a7c496a1c Fix hypothetical consumer deadlock, attempt 3 9 years ago
  Evan Huus 7c4fa7452a Document consumergroup repo location 10 years ago
  Evan Huus 0e02258ac8 Feed consumer responses to the user asynchronously 10 years ago
  Evan Huus cfef09e46e Refer to brokerConsumers consistently 10 years ago
  Willem van Bergen 5f78d90083 Add high water mark offset support to the consumer. 10 years ago
  Willem van Bergen 2052bd96dc Add Topics() and Partitions to Consumer, and mock Consumer. 10 years ago
  Evan Huus d82cd1f99d Update godoc 10 years ago
  Evan Huus c8b3e2e53f consumer: shut down on OffsetOutOfRange 10 years ago
  Willem van Bergen d629146c3e Consumer: check offset before returning ConsumePartition. 10 years ago
  Evan Huus e71403d050 Put `handleResponse` method on partitionConsumer 10 years ago
  Evan Huus 80a846dbf9 Add better logs to the consumer 10 years ago
  Evan Huus 36d5ad22d5 Refactor partitionConsumer a bit 10 years ago
  Evan Huus d988e6dd38 consumer: bugfix for broker workers getting stuck 10 years ago
  Evan Huus 7938e04f61 Fix PartitionConsumer godoc 10 years ago
  Evan Huus 6be486f900 Only mention closing the Client on the FromClient constructors 10 years ago
  Willem van Bergen 47bfe4df50 Update godoc for OffsetOldest and OffsetNewest, and move these to client.go. 10 years ago
  Willem van Bergen a9d8315553 Remove OffsetTime in lieu of int64. 10 years ago
  Willem van Bergen 97b7df3b98 Consilidate refresh metadata methods into one 10 years ago
  Willem van Bergen f9c4fd65c2 Make Client an interface. 10 years ago
  Evan Huus a778a8ee97 Remove external calls to disconnectBroker 10 years ago
  Willem van Bergen 4189e55a44 Return{Errors,Successes} -> Return.{Errors,Successes} 10 years ago
  Willem van Bergen 251a2dbf7e Update consumer example comments. 10 years ago
  Willem van Bergen 5411ec3676 Rename Ack* configuration names to Return*, make ReturnErrors default to false for the Consumer, update good and examples 10 years ago
  Evan Huus 01eada75a8 Simplify dispatcher loop 10 years ago