aloyszhang edited a comment on issue #9441: URL: https://github.com/apache/pulsar/issues/9441#issuecomment-773120451
@zymap Thanks for your comments. As I comment in https://github.com/apache/pulsar/pull/9444. When using the REST API, I think we have to passed a `MessageIdImpl` type parameter to broker. @merajblueshift You can use REST API like this first. for latest position `-d '{"ledgerId": 9223372036854775807, "entryId": 9223372036854775807, "partitionIndex": -1}'` for earliest position `-d '{"ledgerId": -1, "entryId": -1, "partitionIndex": -1}'`. I removed the link of https://github.com/apache/pulsar/pull/9444 since that PR does not fix this issue, please feel free to open a new PR if you find a way to fix this problem. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
