Question
Maantic Inc
US
Last activity: 23 Feb 2023 12:36 EST
kafka guarantee message ordering
Hi,
Producer having partition key pyid and message are published to topic
Topic having 20 partition
Topic consumer is pega application - real time dataflow
Data set configured to have partition key pyid
Dataflow run configured to 5 threads per node in Background nodes (total bg nodes 10)
Question 1:
When we start the dataflow, how many consumers are created?
Question 2:
How to make sure messages are consumed in correct order (kafka guarantee message ordering)
if producer publishing two message with same pyid, consumer should consume in same order