I have three applications let named AppA, AppB, AppC. All could have several some message queue named like
AppA MsgQueueA MsgQueueB AppB MsgQueueA MsgQueueB MsgQueueC AppC MsgQueueA MsgQueueB MsgQueueD I have very little exposure for Apache Kafka and even for message queue concepts. I just thinking to create topics for MsgQueueA, MsgQueueB and so on. But I am confused how to integrate AppA, AppB, AppC. Partition and Consumer group look like wrong choices for them. Also If separation of queue/topic for Apps is better idea instead of re-using them for different Apps for better debugging Like below AppA AppAMsgQueueA AppAMsgQueueB AppB AppBMsgQueueA AppBMsgQueueB AppBMsgQueueC AppC AppCMsgQueueA AppCMsgQueueB AppCMsgQueueD -- Kuldeep Kamboj