rreddy-22 opened a new pull request, #19470: URL: https://github.com/apache/kafka/pull/19470
New KafkaProducer.PreparedTxnState class is going to be defined as following: ``` static public class PreparedTxnState { public String toString(); public PreparedTxnState(String serializedState); public PreparedTxnState(); } ``` The objects of this class can serialize to / deserialize from a string value and can be written to / read from a database. The implementation is going to store producerId and epoch in the format **producerId:epoch** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org