hi, all In my project, we want to consume the msg in kafka in the transaction, so, when the transaction rollback, we need the kafka offset back to the point transaction begin, I use the consumer Low-level API make it, it's too complex, how to make Transaction get with the consumer High-level API if is possible.
Best regards, litao