pulsar-client-go
pulsar-client-go copied to clipboard
Release oauth2 with new Tags
The oauth2 is a sub module for pulsar-client-go. We need to release it with a separate Tag like oauth2/v1.0.0.
The
oauth2is a sub module for pulsar-client-go. We need to release it with a separate Tag likeoauth2/v1.0.0.
The current function of Oauth2 is embedded in the Go SDK, not a plug-in form, so there is no good way to satisfy such a release form for the time being.
@syhily @wolfstudy would it make sense to remove the separate go.mod file from the oauth2 directory and just treat is as a normal sub-directory? The only use case I'm aware of for having a separate go.mod file is if oauth2 had it's own release cycle. Since this doesn't seem to be the case, I think we could simplify by just having the single go module definition.