goreplay
goreplay copied to clipboard
Changing output kafka the same reqID message goes to the same partition.
The message with the same reqID should be in the same Kafka partition. Use the reqID as the message key, and the default value for Producer.Partitioner
will be NewHashPartitioner
, which selects the partition based on the hash value of the message key.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code