Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Michael Ernst a74fb772b5 update name of partitioner option so it makes more sense 6 gadi atpakaļ
  Michael Ernst 30514d0645 add customizable partitioner which lets you create a partitioner with most permutations of configurable elements 6 gadi atpakaļ
  Evan Huus 6967cdb516 add reference-compatible hash partitioner 6 gadi atpakaļ
  Evan Broder 9b2c4d6e2c Make Partitioner.RequiresConsistency vary per-message 6 gadi atpakaļ
  Lyuben Manolov 8637e89db9 Minor changes to reflect comments to PR 7 gadi atpakaļ
  Lyuben Manolov f3b2363114 Fix concurrency issue in hashedPartitioner 7 gadi atpakaļ
  Lyuben Manolov 088e47274c Implement hasher as a callback function 7 gadi atpakaļ
  Lyuben Manolov cd5b0ea54d Add functionality for custom hash partitioner. 7 gadi atpakaļ
  Evan Huus 8eb9752774 Fix documentation for HashPartitioner 8 gadi atpakaļ
  Evan Huus 366453c3e3 Update changelog for #709 8 gadi atpakaļ
  Tayida Tapjinda 0b1355f294 Fix HashPartitioner's negative result by applying modulo before checking negative 8 gadi atpakaļ
  Evan Huus 6facece8ef Wrap godoc to 80 chars, round 2 8 gadi atpakaļ
  Evan Huus 93c1f7437d Wrap all godoc at 80 characters 8 gadi atpakaļ
  Evan Huus 1101246f70 Pass the topic to the partitioner constructor 9 gadi atpakaļ
  Willem van Bergen 4a1de384e7 Add ManualPartitioner 9 gadi atpakaļ
  Willem van Bergen 2983f9a39a Partitioners operate on the entire ProducerMessage, not just the key 9 gadi atpakaļ
  Evan Huus 3b38704acc Make partitioner implementations private 9 gadi atpakaļ
  Evan Huus 3020cf16c6 Rework Partition interface and usage 9 gadi atpakaļ
  Evan Huus 237cfb5380 Check more errors 9 gadi atpakaļ
  Evan Huus e530ebdc9f Move PartitionerConstructor definition into partitioner.go 9 gadi atpakaļ
  Evan Huus fc94226d2e Get rid of partitioner locks 9 gadi atpakaļ
  Evan Huus dab3358e26 Take PartitionerConstructors in the producer 9 gadi atpakaļ
  Evan Huus 6aca6498e2 Implement ConstantPartitioner 9 gadi atpakaļ
  Burke Libbey 2e9d4aa756 serialize HashPartitioner and RoundRobinPartitioner 10 gadi atpakaļ
  Burke Libbey aa9f8942f6 concurrency fixes 10 gadi atpakaļ
  Evan Huus f8f6c2a832 Fix HashPartitioner returning negative partitions. 11 gadi atpakaļ
  Evan Huus 98ac318f22 Update godoc 11 gadi atpakaļ
  Evan Huus 883956234f Seed the random-number-generator, use an FNV-1a hash 11 gadi atpakaļ
  Evan Huus 14dc1b2c4c Implement a hashing partitioner 11 gadi atpakaļ
  Evan Huus 4969d24fa1 kafka->sarama 11 gadi atpakaļ