You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/en/connector-v2/sink/Kafka.md
+12-10
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,10 @@ Currently two formats are supported:
51
51
52
52
Kafka Brokers List.
53
53
54
-
### kafka.*[kafka producer config]
54
+
### kafka.config[kafka producer config]
55
55
56
56
In addition to the above parameters that must be specified by the `Kafka producer` client, the user can also specify multiple non-mandatory parameters for the `producer` client, covering [all the producer parameters specified in the official Kafka document](https://kafka.apache.org/documentation.html#producerconfigs).
57
57
58
-
The way to specify the parameter is to add the prefix `kafka.` to the original parameter name. For example, the way to specify `request.timeout.ms` is: `kafka.request.timeout.ms = 60000` . If these non-essential parameters are not specified, they will use the default values given in the official Kafka documentation.
59
-
60
58
### semantics [string]
61
59
62
60
Semantics that can be chosen EXACTLY_ONCE/AT_LEAST_ONCE/NON, default NON.
0 commit comments