is it possible to fetch and update committed values in offset from kafka topic using mule 4

84 Views Asked by At

I have a topic with values of 100 rows and all are committed. I want to fetch the value and key of offset '50' (say) and update the value of that particular offset and push back the change. Please kindly suggest all possible ways to overcome this scenario.

0

There are 0 best solutions below