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: src/Storages/ExternalStream/ExternalStreamSettings.h
+1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ class ASTStorage;
15
15
M(String, security_protocol, "plaintext", "The protocol to connection external logstore", 0) \
16
16
M(String, username, "", "The username of external logstore", 0) \
17
17
M(String, password, "", "The password of external logstore", 0) \
18
+
M(String, sasl_mechanism, "PLAIN", "SASL mechanism to use for authentication. Supported: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512. Default to PLAIN when SASL is enabled.", 0) \
18
19
M(String, ssl_ca_cert_file, "", "The path of ssl ca cert file", 0) \
19
20
M(String, properties, "", "A semi-colon-separated key-value pairs for configuring the kafka client used by the external stream. A key-value pair is separated by a equal sign. Example: 'client.id=my-client-id;group.id=my-group-id'. Note, not all properties are supported, please check the document for supported properties.", 0) \
20
21
M(String, sharding_expr, "", "An expression which will be evaluated on each row of data returned by the query to calculate the an integer which will be used to determine the ID of the partition to which the row of data will be sent. If not set, data are sent to any partition randomly.", 0) \
0 commit comments