[docs] Fix overview docs to remove prefix of pipeline options (#2833)

pull/2839/head
Hongshun Wang 1 year ago committed by GitHub
parent b9615db694
commit f15faac298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,5 +97,5 @@ For example, we can use this yaml file to define a pipeline:
```yaml
pipeline:
name: mysql-to-kafka-pipeline
pipeline.global.parallelism: 1
parallelism: 1
```

@ -26,4 +26,4 @@ sink:
name: Values Sink
pipeline:
pipeline.global.parallelism: 1
parallelism: 1
Loading…
Cancel
Save