BewareMyPower commented on issue #213:
URL: 
https://github.com/apache/pulsar-client-python/issues/213#issuecomment-2114079109

   > Seeking by a MessageId (which contains a partition number) should seek 
that partition.
   
   It's not the expected behavior. In Java client, a `MessageId` that does not 
contain a topic name cannot be sought as well. Messages received by a 
multi-topics consumer will contain a topic name so that it can be sought 
because the multi-topics consumer can find the internal consumer to seek. This 
implementation was introduced since Java client 3.0.0 in 
https://github.com/apache/pulsar/pull/19158
   
   > Is there any way in the provided python API to seek on a per-partition 
basis as a workaround?
   
   Currently, you can seek to a very large timestamp to simulate 
`seek(MessageId.latest)`.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to