MuleSoft Integration With Seek Kafka Connector

We know MuleSoft provides various option to integrate with different platforms like salesforce, database, AWS, Azure and one among available options is Kafka too. When I started my journey of integrating Kafka in MuleSoft using a seek connector, it was hard to find any relative information on the internet for reference😕. Hence here I am summarizing the possible information that might help. By the way for beginners, Kafka is streaming platform, it can be used to consume same events across different application with unique consumer group Id. So, letsssss start to understand and fly like a Dragon........💃 We have following connectors provided by MuleSoft to integrate with Kafka. Publish Consume Message listener Batch message listener Commit The Star of this blog SEEK In this blog the focus of light is on seek. For the seek connector you can define the offset and partition that you want to start consuming from, irrespective of the event state if that was cons...