KKcorps opened a new pull request #7947: URL: https://github.com/apache/pinot/pull/7947
This PR addresses the issue #7223 . The message id is not parsed correctly when data is consumed from Pulsar topic. This is because message id can have multiple string formats. The solution is to store the message-id byte array hex string in pinot state and parse last message-id from that hex string only. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
