question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Message between earliest and latest

See original GitHub issue

Hi @blankensteiner thanks for your effort on this! Please I will need to be able to achieve this: To create a reader that will read from some message between earliest and latest with the library! I see this is possible on the java client but not fully implemented on dotPulsar

MessageId id = MessageId.fromByteArray(msgIdBytes);
Reader<byte[]> reader = pulsarClient.newReader()
    .topic(topic)
    .startMessageId(id)
    .create();

Would love to see this feature implemented

Thanks a lot!!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
eabacommented, Jan 11, 2020

Solved it! I was caching a disposed object

1reaction
eabacommented, Jan 10, 2020

Makes sense. @blankensteiner thanks for your time.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is the difference between kafka earliest and latest ...
When a consumer joins a consumer group it will fetch the last committed offset so it will restart to read from 5, 6,...
Read more >
Why is the term the 'latest' used to refer the newest when ...
Earliest refers to something that happens closest to the beginning of a particular period of time. Latest can refer to the most recent...
Read more >
can i difference between earliest and latest irrse...
Hi . I have created a form with a time pick control . Basing on the time selected i need to calucate the...
Read more >
Latest vs Earliest? : r/grammar
You're speaking about two different time periods. Earliest appointment in the future. Latest appointment in the future. Earliest is closest and ...
Read more >
Find the difference between earliest and latest datetime
Hi,. I have a table which holds data for every part that is produced. When a part is produced, it has a date...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found