-
Notifications
You must be signed in to change notification settings - Fork 286
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
sink(ticdc): Optimize the performance when getting the metadata of Kafka topics #9146
sink(ticdc): Optimize the performance when getting the metadata of Kafka topics #9146
Conversation
…fka topics Signed-off-by: hi-rustin <rustin.liu@gmail.com>
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
… (pingcap#9095) close pingcap#8865 Signed-off-by: hi-rustin <rustin.liu@gmail.com> Fix Signed-off-by: hi-rustin <rustin.liu@gmail.com> Fix tidy Signed-off-by: hi-rustin <rustin.liu@gmail.com> Update docs Signed-off-by: hi-rustin <rustin.liu@gmail.com>
Tested locally:
bin/pulsar-admin --auth-plugin org.apache.pulsar.client.impl.auth.oauth2.AuthenticationOAuth2 --auth-params '{"privateKey":"/conf/client_credentials.json", "issuerUrl":"https://dev-x.us.auth0.com", "audience":"pulsar"}' tenants create ticdc
bin/pulsar-admin --auth-plugin org.apache.pulsar.client.impl.auth.oauth2.AuthenticationOAuth2 --auth-params '{"privateKey":"/conf/client_credentials.json", "issuerUrl":"https://dev-x.us.auth0.com", "audience":"pulsar"}' tenants list
bin/pulsar-admin --auth-plugin org.apache.pulsar.client.impl.auth.oauth2.AuthenticationOAuth2 --auth-params '{"privateKey":"/conf/client_credentials.json", "issuerUrl":"https://dev-x.us.auth0.com", "audience":"pulsar"}' namespaces create ticdc/test
bin/pulsar-admin --auth-plugin org.apache.pulsar.client.impl.auth.oauth2.AuthenticationOAuth2 --auth-params '{"privateKey":"/conf/client_credentials.json", "issuerUrl":"https://dev-x.us.auth0.com", "audience":"pulsar"}' namespaces list ticdc
Test it with
non-exist:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: asddongmen, nongfushanquan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
/run-dm-integration-test |
2 similar comments
/run-dm-integration-test |
/run-dm-integration-test |
/run-all-tests |
/retest |
/run-dm-integration-test /run-integration-test |
/run-all-tests |
/test verify |
/test verify /run-dm-integration-test |
@hi-rustin: The specified target(s) for
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test verify |
/run-dm-integration-test |
This cherry pick PR is for a release branch and has not yet been approved by release team. To merge this cherry pick, it must first be approved by the collaborators. AFTER it has been approved by collaborators, please ping the release team in a comment to request a cherry pick review. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is an automated cherry-pick of #9060 and #8893 and #8938
What problem does this PR solve?
Issue Number: close #8959 close #8957 #8892
What is changed and how it works?
Check List
Tests
Questions
Will it cause performance regression or break compatibility?
No
Do you need to update user documentation, design documentation or monitoring documentation?
No
Release note