Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get message id based on timestamp #10896

Closed
gaozhangmin opened this issue Jun 11, 2021 · 0 comments · Fixed by #11139
Closed

Get message id based on timestamp #10896

gaozhangmin opened this issue Jun 11, 2021 · 0 comments · Fixed by #11139
Labels
type/feature The PR added a new feature or issue requested a new feature

Comments

@gaozhangmin
Copy link
Contributor

Should we support get offset based on timestamp?

@gaozhangmin gaozhangmin added the type/feature The PR added a new feature or issue requested a new feature label Jun 11, 2021
@gaozhangmin gaozhangmin changed the title Get messages based on timestamp Get message id based on timestamp Jun 11, 2021
codelipenghui pushed a commit that referenced this issue Jul 5, 2021
Fixes #10896

### Motivation

Add getMessageIdByTimestamp in pulsar admin apis

### Modifications

The core searching implementation reuses `org.apache.bookkeeper.mledger.ManagedLedger#asyncFindPosition`.
Add client tool for cmd `pulsar-admin topics get-message-id`
Jason918 added a commit to Jason918/pulsar that referenced this issue Jan 25, 2022
Fixes apache#10896

Add getMessageIdByTimestamp in pulsar admin apis

The core searching implementation reuses `org.apache.bookkeeper.mledger.ManagedLedger#asyncFindPosition`.
Add client tool for cmd `pulsar-admin topics get-message-id`
bharanic-dev pushed a commit to bharanic-dev/pulsar that referenced this issue Mar 18, 2022
Fixes apache#10896

### Motivation

Add getMessageIdByTimestamp in pulsar admin apis

### Modifications

The core searching implementation reuses `org.apache.bookkeeper.mledger.ManagedLedger#asyncFindPosition`.
Add client tool for cmd `pulsar-admin topics get-message-id`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature The PR added a new feature or issue requested a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant