[ https://issues.apache.org/jira/browse/KAFKA-4556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15811854#comment-15811854 ]
Savdeep Singh commented on KAFKA-4556: -------------------------------------- [~ewencp] Thanks for the response, please find attached topology. In the output topic, are you writing the messages using keys such that the messages would end up on the same partition and preserve ordering? Yes, I am using keys in order to preserve ordering. > unordered messages when multiple topics are combined in single topic through > stream > ----------------------------------------------------------------------------------- > > Key: KAFKA-4556 > URL: https://issues.apache.org/jira/browse/KAFKA-4556 > Project: Kafka > Issue Type: Bug > Components: consumer, producer , streams > Affects Versions: 0.10.0.1 > Reporter: Savdeep Singh > > When binding builder with multiple topics, single resultant topic has > unordered set of messages. > This issue is at millisecond level. When messages with same milisecond level > are added in topics. > Scenario : (1 producer : p1 , 2 topics t1 and t2, streams pick form these 2 > topics and save in resulting t3 topic, 4 partitions of t3 and 4 consumers of > 4 partitions ) > Case: When p1 adds messages with same millisecond timestamp into t1 and t2 . > Stream combine and form t3. When this t3 is consumed by consumer, it has > different order of same millisecond messages. -- This message was sent by Atlassian JIRA (v6.3.4#6332)