worker-count should has limit to set value #1716
Labels
area/ticdc
Issues or PRs related to TiCDC.
bug-from-internal-test
Bugs found by internal testing.
component/cli
CLI component.
severity/minor
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
Create changefeed --sink-uri='xxx/worker-count=0'
Create changefeed --sink-uri='xxx/worker-count=1000000000000000'
What did you see instead?
Successfully to create changefeed with worker-count=0 or worker-count=1000000000000000
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):TiCDC version (execute
cdc version
):The text was updated successfully, but these errors were encountered: