在Kafka中,如何在发送父消息之前等待所有孩子的消息完成?

时间:2018-04-16 18:13:09

标签: apache-kafka

我有一个带有消息Parent的topic1,在这个Parent中它包含多个Child消息,让我们说Child1 ... 5。这些是我的主题,对于每个主题,我都有一群工作人员处理有关该主题的消息。

topic1:Parent_Msg_In topic2:Child_Msg_In topic3:Child_Msg_Out topic4:Parent_Msg_Out

我想要的是:在Parent_Msg_Out上报告相应的父消息完成之前,等待所有5个Child消息在Child_Msg_Out主题上完成。

这样做的好方法是什么?

0 个答案:

没有答案