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

[Feature] Support chunked message id #79

Closed
RobertIndie opened this issue Oct 28, 2022 · 0 comments · Fixed by #148
Closed

[Feature] Support chunked message id #79

RobertIndie opened this issue Oct 28, 2022 · 0 comments · Fixed by #148
Assignees

Comments

@RobertIndie
Copy link
Member

Motivation

This is the feature for the implementation of apache/pulsar#12402 at the cpp client side.

@RobertIndie RobertIndie self-assigned this Oct 28, 2022
BewareMyPower pushed a commit that referenced this issue Dec 20, 2022
Fixes #79

### Motivation

This is the C++ implementation for apache/pulsar#12402

### Modifications

* Add ChunkMessageIdImpl
* Return ChunkMessageId when the Producer produces the chunk message or when the consumer consumes the chunk message.
* In cosumer.seek, use the first chunk message-id of the chunk message-id. This will solve the problem caused by seeking chunk messages. This is also the impact of this PIP on the original business logic.
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 a pull request may close this issue.

1 participant