-
Notifications
You must be signed in to change notification settings - Fork 534
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
[INLONG-8674][Manager] Pulsar - Modify the calling method from SDK to HTTP #8941
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
@haibo-duan please rebase from the master to solve the conflict, thanks. |
Do we need to remove the pulsar dependency in the pom for this PR? |
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/queue/pulsar/PulsarOperator.java inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/pulsar/PulsarResourceOperator.java
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/queue/pulsar/PulsarOperator.java inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/pulsar/PulsarResourceOperator.java
…to INLONG-8674
...rvice/src/main/java/org/apache/inlong/manager/service/resource/queue/pulsar/PulsarUtils.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM, left some comments, PTAL
...rvice/src/main/java/org/apache/inlong/manager/service/resource/queue/pulsar/PulsarUtils.java
Outdated
Show resolved
Hide resolved
...rvice/src/main/java/org/apache/inlong/manager/service/resource/queue/pulsar/PulsarUtils.java
Outdated
Show resolved
Hide resolved
...r/manager-service/src/test/java/org/apache/inlong/manager/service/queue/PulsarUtilsTest.java
Outdated
Show resolved
Hide resolved
...rvice/src/main/java/org/apache/inlong/manager/service/resource/queue/pulsar/PulsarUtils.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice contribution!
...rvice/src/main/java/org/apache/inlong/manager/service/resource/queue/pulsar/PulsarUtils.java
Outdated
Show resolved
Hide resolved
...rvice/src/main/java/org/apache/inlong/manager/service/resource/queue/pulsar/PulsarUtils.java
Show resolved
Hide resolved
1310ac0
Prepare a Pull Request
(Change the title refer to the following example)
(The following XYZ should be replaced by the actual GitHub Issue number)
Motivation
Explain here the context, and why you're making that change. What is the problem you're trying to solve?
Modifications
Modify the pulsar calling method from SDK to HTTP.
Verifying this change
(Please pick either of the following options)
This change is a trivial rework/code cleanup without any test coverage.
This change is already covered by existing tests, such as:
(please describe tests)
This change added tests and can be verified as follows:
(example:)
Documentation