pulsar-client-go icon indicating copy to clipboard operation
pulsar-client-go copied to clipboard

Release oauth2 with new Tags

Open syhily opened this issue 4 years ago • 2 comments

The oauth2 is a sub module for pulsar-client-go. We need to release it with a separate Tag like oauth2/v1.0.0.

syhily avatar Sep 02 '21 14:09 syhily

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 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.

wolfstudy avatar Oct 11 '21 03:10 wolfstudy

@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.

pgier avatar Jan 23 '22 23:01 pgier