You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/02 14:50:06 UTC

[GitHub] [pulsar-client-go] syhily opened a new issue #609: Release oauth2 with new Tags

syhily opened a new issue #609:
URL: https://github.com/apache/pulsar-client-go/issues/609


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


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] wolfstudy commented on issue #609: Release oauth2 with new Tags

Posted by GitBox <gi...@apache.org>.
wolfstudy commented on issue #609:
URL: https://github.com/apache/pulsar-client-go/issues/609#issuecomment-939643106


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


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] pgier commented on issue #609: Release oauth2 with new Tags

Posted by GitBox <gi...@apache.org>.
pgier commented on issue #609:
URL: https://github.com/apache/pulsar-client-go/issues/609#issuecomment-1019586674


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


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org