You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Motivation
This is the feature for the implementation of apache/pulsar#12402 at the cpp client side.
The text was updated successfully, but these errors were encountered: