ZhenChun Pan created KAFKA-16396:
------------------------------------
Summary: Producer use the same Key(string) result in multiple
paritition
Key: KAFKA-16396
URL: https://issues.apache.org/jira/browse/KAFKA-16396
Project: Kafka
Issue Type: Bug
Components: clients
Affects Versions: 3.8.0
Reporter: ZhenChun Pan
In orede to make record in orde,we use the same
key:event#Collector-2021-01-01-001#Probe-0001#1067267613#1002。In some
situation, we find the same key records sent to partition 0 and 4.
offset: 7422, key: event#Collector-2021-01-01-001#Probe-0001#1067267613#1002,
partition: 0, topic: IES.tunnel.event.1002, timestamp: 1710483530474
offset: 7433, key: event#Collector-2021-01-01-001#Probe-0001#1067267613#1002,
partition: 4, topic: IES.tunnel.event.1002, timestamp: 1710483516370
--
This message was sent by Atlassian Jira
(v8.20.10#820010)