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
@@ -73,7 +73,7 @@ Restart the eKuiper server to activate the plugin.
73
73
| key | true | Key information carried by the Kafka client in messages sent to the server |
74
74
| headers | true | The header information carried by the Kafka client in the message sent to the server |
75
75
| compression | true | Whether to enable compression when the Kafka client sends messages to the server, only supports `gzip`, `snappy`, `lz4`, `zstd`|
76
-
| batchBytes | true | Set the maximum number of bytes for Kafka client to send batch messages to the server, default is 1048576 |
76
+
| batchBytes | true | Set the maximum number of bytes for Kafka client to send batch messages to the server, default is 1048576 |
77
77
78
78
You can check the connectivity of the corresponding sink endpoint in advance through the API: [Connectivity Check](../../../api/restapi/connection.md#connectivity-check)
Copy file name to clipboardExpand all lines: docs/en_US/guide/sources/plugin/kafka.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,22 +28,21 @@ default:
28
28
29
29
You can check the connectivity of the corresponding sink endpoint in advance through the API: [Connectivity Check](../../../api/restapi/connection.md#connectivity-check)
30
30
31
-
### Global configurations
32
-
33
-
User can specify the global Kafka source settings here. The configuration items specified in `default` section will be taken as default settings for the source when running this source.
34
-
35
-
### brokers
36
-
37
-
Kafka message source address, the address is separated by `,`.
38
-
39
-
### groupID
40
-
41
-
The group ID used by eKuiper when consuming kafka messages.
42
-
43
-
### partition
44
-
45
-
The partition specified when eKuiper consumes kafka messages
46
-
47
-
### maxBytes
48
-
49
-
The maximum number of bytes that a single Kafka message batch can carry, the default is 1MB
0 commit comments