pulsar-client-go icon indicating copy to clipboard operation
pulsar-client-go copied to clipboard

in producer, support scheme

Open wolfstudy opened this issue 6 years ago • 0 comments
trafficstars

Describe alternatives you've considered

Change the HashingScheme used to chose the partition on where to publish a particular message.

Standard hashing functions available are:

  • JavaStringHash
  • Murmur3_32Hash

for specific functional descriptions, refer to:HashingScheme

wolfstudy avatar Mar 01 '19 05:03 wolfstudy