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

Support the mechanism to refresh the authentication state #348

Open
wolfstudy opened this issue Aug 17, 2020 · 1 comment
Open

Support the mechanism to refresh the authentication state #348

wolfstudy opened this issue Aug 17, 2020 · 1 comment
Labels
area/security help wanted anyone who are interested in could help on it week-36

Comments

@wolfstudy
Copy link
Member

As mentioned in apache/pulsar#7824, Broker has a mechanism to refresh the authentication state. By default, authenticationRefreshCheckSeconds is set to 60. It refreshes the authentication state for every 60 seconds.

So we should implement the refresh logic in Go client.

@jiazhai
Copy link
Member

jiazhai commented Dec 28, 2020

@freeznet to notice on this issue. also apache/pulsar#9064 this WIP pr is related.

tisonkun pushed a commit to tisonkun/pulsar-client-go that referenced this issue Aug 15, 2023
…ache#348)

Add command topic message ttl:
* pulsarctl topics get-message-ttl [topic]
* pulsarctl topics set-message-ttl [topic] -t [seconds] 
* pulsarctl topics remove-message-ttl [topic]
tisonkun pushed a commit to tisonkun/pulsar-client-go that referenced this issue Aug 15, 2023
Add command topic message ttl:
* pulsarctl topics get-message-ttl [topic]
* pulsarctl topics set-message-ttl [topic] -t [seconds] 
* pulsarctl topics remove-message-ttl [topic]
tisonkun pushed a commit that referenced this issue Aug 16, 2023
Add command topic message ttl:
* pulsarctl topics get-message-ttl [topic]
* pulsarctl topics set-message-ttl [topic] -t [seconds] 
* pulsarctl topics remove-message-ttl [topic]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/security help wanted anyone who are interested in could help on it week-36
Projects
None yet
Development

No branches or pull requests

4 participants