diff options
| author | doufenghu <[email protected]> | 2024-05-18 15:19:53 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-05-18 15:19:53 +0800 |
| commit | 7ee5bf6144367c7033804fb01edaa2c891ee1e4e (patch) | |
| tree | bc5420d2ac7c22042f90b441888ca78684e8f12c /config/template/grootstream_job_template.yaml | |
| parent | 4797ffd0910ef96d3c9975639e74b4749489b94b (diff) | |
[Feature][bootstrap] Support dynamic registration of CN UDFs.
Diffstat (limited to 'config/template/grootstream_job_template.yaml')
| -rw-r--r-- | config/template/grootstream_job_template.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/template/grootstream_job_template.yaml b/config/template/grootstream_job_template.yaml index e07344a..728d1f3 100644 --- a/config/template/grootstream_job_template.yaml +++ b/config/template/grootstream_job_template.yaml @@ -297,6 +297,8 @@ sinks: # [object] Define connector sink kafka.bootstrap.servers: 127.0.0.1:9092 kafka.retries: 0 + # This setting defaults to 0 (i.e. no delay). + # Setting linger.ms=10, for example, would have the effect of reducing the number of requests sent but would add up to 10ms of latency to records sent in the absence of load. kafka.linger.ms: 10 kafka.request.timeout.ms: 30000 |
