Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store Pulsar message id as hex string instead of .toString format #7947

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

KKcorps
Copy link
Contributor

@KKcorps KKcorps commented Dec 22, 2021

This PR addresses the issue #7270 . 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.

@npawar npawar merged commit bf4bb9a into apache:master Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants