jffp113 commented on PR #1062: URL: https://github.com/apache/pulsar-client-go/pull/1062#issuecomment-1649565755
Hi @RobertIndie, Yes. You need to add **authenticationRefreshCheckSeconds** config into the broker configuration. You can set for example 30 seconds so that the client can crash fast. **authenticationRefreshCheckSeconds** forces authentication every x seconds. This is a good practice, for example, a certificate expiry date is only rechecked if there is a refresh authentication. Then you configure simple golang pulsar producer that uses tls authentication. You only need that two steps. If you need a more detail explanation I'm happy to provide. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
