-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Feature][Connector-v2][PulsarSink]Add Pulsar Sink Connector. #4382
Merged
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
3491092
Add Pulsar sink connector.
3046c38
Add license header.
43aad76
Merge branch 'dev' into create-pulsar-sink
ab1e71c
Modify asynchronous write mode to improve write throughput performance
0b8d97f
update doc.
5584b72
Merge branch 'dev' into create-pulsar-sink
b7cde11
Merge branch 'dev' into create-pulsar-sink
0a94a8d
Merge branch 'dev' into create-pulsar-sink
50d3ad7
Merge branch 'dev' into create-pulsar-sink
hailin0 ce34460
add e2e test.
86f1c0d
Merge branch 'create-pulsar-sink' of github.com:lightzhao/incubator-s…
273452d
Merge branch 'dev' into create-pulsar-sink
89157b8
add pulsar sink config.
3c80879
Merge branch 'dev' into create-pulsar-sink
5ee01e1
fix sink test and miss class.
de45934
Merge branch 'dev' into create-pulsar-sink
8a08656
Merge branch 'dev' into create-pulsar-sink
8f1a1ec
Merge branch 'dev' into create-pulsar-sink
e16c7dd
Merge branch 'dev' into create-pulsar-sink
64da469
Merge branch 'dev' into create-pulsar-sink
d00a87b
update doc and add e2e test case.
7200d1f
update test.
78bfe21
update test.
7f67ac5
update test.
49b0a69
update test.
9438f90
update e2e test.
a7a6dff
update e2e test.
918729d
Merge branch 'dev' into create-pulsar-sink
a80e32c
Merge branch 'dev' into create-pulsar-sink
c9ca686
Support multi-table sink feature and update doc.
612d000
Support multi-table sink feature and update doc.
994242b
Merge branch 'dev' into create-pulsar-sink
ba5a187
remove unless code.
0122d77
Merge branch 'dev' into create-pulsar-sink
126874d
Update seatunnel-e2e/seatunnel-connector-v2-e2e/connector-pulsar-e2e/…
EricJoy2048 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Support multi-table sink feature and update doc.
- Loading branch information
There are no files selected for viewing
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
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
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
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
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
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
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.
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.
Support multi-table sink feature: please refer to the following link for the upgrade instructions: #5652
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.
Do kafka and pulsar need the support of multiple table sinks? Multiple topics are supported.
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.
@Hisoka-X cc
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.
Supporting multiple tables is mainly to accept multiple upstream tables, which can be implemented separately in the future.