[cdc-common] Add default value of pipeline parallelism.#2831
[cdc-common] Add default value of pipeline parallelism.#2831joyCurry30 wants to merge 1 commit intoapache:masterfrom
Conversation
| ConfigOptions.key("parallelism") | ||
| .intType() | ||
| .noDefaultValue() | ||
| .defaultValue(1) |
There was a problem hiding this comment.
This is a public API change, we only introduce this in 3.1 version, we need some discussion in dev group
There was a problem hiding this comment.
@leonardBang Thank you for review. I have supplemented the relevant issues accordingly #2855 .
|
This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs. |
|
This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs. |
|
This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs. |
|
This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request. |
Refer to #2855
Add default value of pipeline parallelism. cc @lvyanquan