You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/12/22 13:15:56 UTC

[GitHub] [pinot] KKcorps opened a new pull request #7947: Store Pulsar message id as hex string instead of .toString format

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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] npawar merged pull request #7947: Store Pulsar message id as hex string instead of .toString format

Posted by GitBox <gi...@apache.org>.
npawar merged pull request #7947:
URL: https://github.com/apache/pinot/pull/7947


   


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org