Hi Team,
I'm using symfony 5 and using high-level consumer. All working good but i want to commit message if we get acknowledgement from mysql side means explicitly commit message.
For example:
we got an error from mysql side so, it's not send any aknowledgement in this case we don't commit message let's its offset is 10
Now we got any other message and it's mysql operation successfully executed then get an aknowledgement for commit message. Then we will commit this offset now, kafka does'nt attempt offset 10 again. it's process offset 11 and more.
Could you please help me how i can implement it in php-rdkafka.