sijie commented on issue #4164: The superuser cannot obtain lastMessageId URL: https://github.com/apache/pulsar/issues/4164#issuecomment-487851635 @Xlingxiao : > Im using JWT authentication。Pulsar version is pulsar-2.3.1 I looked at your screenshots - it seems that you are issuing the `lastMessageId` directly to the admin endpoint. it seems your JWT authentication is lost when the http request is redirected. There is a similar issue in java admin client : https://github.com/apache/pulsar/pull/3869 . I would suggest you using admin cli or the java admin api. It handles the authentication header during redirections happen. > Can I use Chinese ? I would suggest using English if possible. If you are interested in talking to Chinese contributors, there is a slack channel #china in Pulsar's slack, where people chat in Chinese though. > pulsar-admin clusters list Interesting. It looks like the second command talks to a broker whose didn't find the metadata. How do you setup you the clusters? Can you describe a bit more about your setup?
---------------------------------------------------------------- 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] With regards, Apache Git Services
