-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Solace Read connector: adding Basic Authentication support #31541
Solace Read connector: adding Basic Authentication support #31541
Conversation
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
7ceeece
to
b22e38e
Compare
b22e38e
to
dc9bced
Compare
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
.../solace/src/main/java/org/apache/beam/sdk/io/solace/broker/BasicAuthJcsmpSessionService.java
Show resolved
Hide resolved
.../solace/src/main/java/org/apache/beam/sdk/io/solace/broker/BasicAuthJcsmpSessionService.java
Outdated
Show resolved
Hide resolved
.../solace/src/main/java/org/apache/beam/sdk/io/solace/broker/BasicAuthJcsmpSessionService.java
Outdated
Show resolved
Hide resolved
.../solace/src/main/java/org/apache/beam/sdk/io/solace/broker/BasicAuthJcsmpSessionService.java
Outdated
Show resolved
Hide resolved
.../solace/src/main/java/org/apache/beam/sdk/io/solace/broker/BasicAuthJcsmpSessionService.java
Show resolved
Hide resolved
.../src/main/java/org/apache/beam/sdk/io/solace/broker/BasicAuthJcsmpSessionServiceFactory.java
Show resolved
Hide resolved
dc9bced
to
626f7e9
Compare
@bzablocki Could you click the "re-request" review next to my GitHub username above, after addressing comments when this PR is ready for review again. |
.../solace/src/main/java/org/apache/beam/sdk/io/solace/broker/BasicAuthJcsmpSessionService.java
Show resolved
Hide resolved
Merging after checks pass... |
This is the 3rd PR for the Solace Read connector (addresses #31440).
It depends on the #31539 and #31476 (root).
The files that are added/modified in this PR, comparing to the #31539:
These are implementations of SessionService, SessionServiceFactory and MessageReceiver. SessionServiceFactory can be used as an argument to
SolaceIO.withSessionServiceFactory(...)
.Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123
), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.