Re: [I] Set `client_credentials` as the default OAuth2 grant type. [pulsar-client-go]

2024-07-24 Thread via GitHub
geniusjoe commented on issue #1238: URL: https://github.com/apache/pulsar-client-go/issues/1238#issuecomment-2248220725 > Currently, Pulsar clients only support the client_credentials authentication type. The authentication type determines how to obtain an access token through an OAuth

[I] Set `client_credentials` as the default OAuth2 grant type. [pulsar-client-go]

2024-07-09 Thread via GitHub
RobertIndie opened a new issue, #1238: URL: https://github.com/apache/pulsar-client-go/issues/1238 **Is your feature request related to a problem? Please describe.** Currently, the go client doesn't support setup OAuth2 params without the grant type to be specified. The broker