You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/21 06:07:27 UTC

[GitHub] [pulsar] RobertIndie opened a new pull request, #16154: [fix][client] Fix the startMessageId can't be respected as the ChunkMessageID

RobertIndie opened a new pull request, #16154:
URL: https://github.com/apache/pulsar/pull/16154

   <!--
   ### Contribution Checklist
     
     - PR title format should be *[type][component] summary*. For details, see *[Guideline - Pulsar PR Naming Convention](https://docs.google.com/document/d/1d8Pw6ZbWk-_pCKdOmdvx9rnhPiyuxwq60_TrD68d7BA/edit#heading=h.trs9rsex3xom)*. 
   
     - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
     
     - Each pull request should address only one issue, not mix up code from multiple issues.
     
     - Each commit in the pull request has a meaningful commit message
   
     - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below.
   
   **(The sections below can be removed for hotfixes of typos)**
   -->
   
   Master Issue: #12402
   
   ### Motivation
   
   This is the same problem as when the consumer inclusive seeks the chunked message.
   
   See more detail in [PIP-107](https://github.com/apache/pulsar/issues/12402)
   
   ### Modifications
   
   * Use the first chunk message id as the satartMessageId when creating the consumer/reader.
   
   
   ### Documentation
   
   - [x] `doc-not-needed` 
   This is a bug fix.  


-- 
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@pulsar.apache.org

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


[GitHub] [pulsar] github-actions[bot] commented on pull request #16154: [fix][client] Fix the startMessageId can't be respected as the ChunkMessageID

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #16154:
URL: https://github.com/apache/pulsar/pull/16154#issuecomment-1161306815

   @RobertIndie Please provide a correct documentation label for your PR.
   Instructions see [Pulsar Documentation Label Guide](https://docs.google.com/document/d/1Qw7LHQdXWBW9t2-r-A7QdFDBwmZh6ytB4guwMoXHqc0).


-- 
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@pulsar.apache.org

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


[GitHub] [pulsar] RobertIndie merged pull request #16154: [fix][client] Fix the startMessageId can't be respected as the ChunkMessageID

Posted by GitBox <gi...@apache.org>.
RobertIndie merged PR #16154:
URL: https://github.com/apache/pulsar/pull/16154


-- 
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@pulsar.apache.org

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