Using kafka connector sink but message recieved is thrice what was sent from producer under stats

I am publishing single message to a kafka topic which is connected to solace with kafka sink connector. When I see the stats of the message vpn I notice it shows 'client data messages' received as 3 times the messages I sent. 2 messages are showing in 'Incoming Message Discards'. Under the client connections > kafka stats, I can see these 2 messages showing under 'Message Discards' > 'No Subscription Match'.
What could be the issue here? Any pointers?

Best Answer

Answers