Hi, I have a problem for which I am not able to find the solution. Below is the problem statement :
I have two Kafka-Steaming api processors say P1 and P2, both want to read same message(s) from same topic say T. Topic T is having only one partition and contains some configuration information and this topic doesn't update frequently (update hardly once in a month). Currently if P1 read the message from topic T then that P2 will not be able to read this message. How can I achieve that both the processors could read same message? It is something on which I am stuck and need help. Regards, Deepak