-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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][connector] add reader config to pulsar-io-debezium
and pulsar-io-kafka-connect-adaptor
#16675
Merged
codelipenghui
merged 5 commits into
apache:master
from
freeznet:freeznet/add-sub-name-for-debezium-reader
Jul 25, 2022
Merged
[improve][connector] add reader config to pulsar-io-debezium
and pulsar-io-kafka-connect-adaptor
#16675
codelipenghui
merged 5 commits into
apache:master
from
freeznet:freeznet/add-sub-name-for-debezium-reader
Jul 25, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
freeznet
added
type/enhancement
The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
area/connector
labels
Jul 19, 2022
github-actions
bot
added
the
doc-required
Your PR changes impact docs and you will update later.
label
Jul 19, 2022
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.
LGTM, just left a minor comment.
pulsar-io/common/src/main/java/org/apache/pulsar/io/common/IOConfigUtils.java
Outdated
Show resolved
Hide resolved
...-io/debezium/core/src/test/java/org/apache/pulsar/io/debezium/PulsarDatabaseHistoryTest.java
Outdated
Show resolved
Hide resolved
freeznet
force-pushed
the
freeznet/add-sub-name-for-debezium-reader
branch
from
July 21, 2022 01:30
ed2e9d4
to
1470168
Compare
/pulsarbot run-failure-checks |
freeznet
force-pushed
the
freeznet/add-sub-name-for-debezium-reader
branch
from
July 22, 2022 03:09
1470168
to
84cee00
Compare
/pulsarbot run-failure-checks |
codelipenghui
approved these changes
Jul 25, 2022
nlu90
approved these changes
Jul 25, 2022
codelipenghui
added
cherry-picked/branch-2.9
Archived: 2.9 is end of life
cherry-picked/branch-2.10
labels
Jul 25, 2022
Hi @freeznet, do you have any updates on the required doc? |
5 tasks
Anonymitaet
added
doc-complete
Your PR changes impact docs and the related docs have been already added.
and removed
doc-required
Your PR changes impact docs and you will update later.
labels
Aug 2, 2022
nicoloboschi
pushed a commit
to datastax/pulsar
that referenced
this pull request
Aug 16, 2022
…ulsar-io-kafka-connect-adaptor` (apache#16675) (cherry picked from commit 9c19976) (cherry picked from commit d923c84)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/connector
cherry-picked/branch-2.9
Archived: 2.9 is end of life
cherry-picked/branch-2.10
doc-complete
Your PR changes impact docs and the related docs have been already added.
release/2.9.4
release/2.10.2
type/enhancement
The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #16674
Motivation
Allow user customize the reader configs in pulsar-io-debezium and pulsar-io-kafka-connect-adaptor.
Modifications
offset.storage.reader.config
toPulsarKafkaWorkerConfig
pulsar.reader.config
toPulsarDatabaseHistory
Verifying this change
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Does this pull request potentially affect one of the following parts:
If
yes
was chosen, please highlight the changesDocumentation
Check the box below or label this PR directly.
Need to update docs?
doc-required
(Your PR needs to update docs and you will update later)
doc-not-needed
(Please explain why)
doc
(Your PR contains doc changes)
doc-complete
(Docs have been already added)