Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move out the auth package from internal #914

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

nodece
Copy link
Member

@nodece nodece commented Dec 19, 2022

Fix #863

Motivation

The auth package is internal, the developer cannot implement their auth provider, so we need to move out the auth package from internal.

Modifications

Move out the auth package from pulsar/internal/auth to pulsar/auth.

Signed-off-by: Zixuan Liu <nodeces@gmail.com>
@nodece nodece merged commit cb983a7 into apache:master Jan 3, 2023
@aristotelism
Copy link

@liangyuanpeng hi , is it possible to create a release with this change? Thanks

@nodece
Copy link
Member Author

nodece commented Jan 12, 2023

Hi @aristotelism, you can use the master codebase by go get github.com/apache/pulsar-client-go@master.

@RobertIndie RobertIndie added this to the v0.10.0 milestone Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

why internal Provider?
4 participants