-
Notifications
You must be signed in to change notification settings - Fork 345
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
[improve] Update topic admin interface comment, add topic admin test … #1202
[improve] Update topic admin interface comment, add topic admin test … #1202
Conversation
22ba482
to
9c19e44
Compare
9c19e44
to
9059606
Compare
@BewareMyPower Lint fixed. Cound you please help me to retrigger the CI? |
https://github.com/apache/pulsar-client-go/actions/runs/8644969782/job/23706217224?pr=1202 The lint still failed. You can check the lint locally first via |
9059606
to
5aaf9cc
Compare
Ok. I ran
|
|
Motivation
Nowadays there are some interfaces(e.g. Create or Delete) in admin/topic.go file have no comments. It will be a little bit confusing when using them, so we could add some comments refer to the same interfaces in java client sdk.
Modifications
topicLevelPoliciesEnabled=true
in integration-tests/conf/standalone.conf to test topic policiesVerifying this change
Does this pull request potentially affect one of the following parts:
If
yes
was chosen, please highlight the changesAdd comments in topic admin API.