pulsar-client-go
pulsar-client-go copied to clipboard
in producer, support scheme
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