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/12/20 09:38:51 UTC

[GitHub] [pulsar-client-go] Gleiphir2769 opened a new issue, #917: Add consumer option "StartMessageIdInclusive"

Gleiphir2769 opened a new issue, #917:
URL: https://github.com/apache/pulsar-client-go/issues/917

   In Java client, consumer support `startMessageIdInclusive` which is used to set the consumer to include the given position of any reset operation like seek().
   
   In go client, reader support `StartMessageIDInclusive` but consumer does not support it. I think we need this option.
   
   https://github.com/apache/pulsar-client-go/blob/d92fb1407d3d39c8a498dd7c7abdc0bbb3fc7e1a/pulsar/reader.go#L55-L57
   
   Hi @RobertIndie, if you think it's need to be implemented, please assign to me. Thanks.


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

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


[GitHub] [pulsar-client-go] Gleiphir2769 commented on issue #917: Add consumer option `StartMessageIdInclusive`

Posted by GitBox <gi...@apache.org>.
Gleiphir2769 commented on issue #917:
URL: https://github.com/apache/pulsar-client-go/issues/917#issuecomment-1361075977

   Change the conversation to #919 


-- 
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-client-go] Gleiphir2769 closed issue #917: Add consumer option `StartMessageIdInclusive`

Posted by GitBox <gi...@apache.org>.
Gleiphir2769 closed issue #917: Add consumer option `StartMessageIdInclusive`
URL: https://github.com/apache/pulsar-client-go/issues/917


-- 
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