@@ -82,14 +82,14 @@ This plugin supports the following configuration options plus the <<plugins-{typ
82
82
| <<plugins-{type}s-{plugin}-sasl_mechanism>> |<<string,string>>|No
83
83
| <<plugins-{type}s-{plugin}-security_protocol>> |<<string,string>>, one of `["PLAINTEXT", "SSL", "SASL_PLAINTEXT", "SASL_SSL"]`|No
84
84
| <<plugins-{type}s-{plugin}-send_buffer_bytes>> |<<number,number>>|No
85
+ | <<plugins-{type}s-{plugin}-ssl_endpoint_identification_algorithm>> |<<string,string>>|No
85
86
| <<plugins-{type}s-{plugin}-ssl_key_password>> |<<password,password>>|No
86
87
| <<plugins-{type}s-{plugin}-ssl_keystore_location>> |a valid filesystem path|No
87
88
| <<plugins-{type}s-{plugin}-ssl_keystore_password>> |<<password,password>>|No
88
89
| <<plugins-{type}s-{plugin}-ssl_keystore_type>> |<<string,string>>|No
89
90
| <<plugins-{type}s-{plugin}-ssl_truststore_location>> |a valid filesystem path|No
90
91
| <<plugins-{type}s-{plugin}-ssl_truststore_password>> |<<password,password>>|No
91
92
| <<plugins-{type}s-{plugin}-ssl_truststore_type>> |<<string,string>>|No
92
- | <<plugins-{type}s-{plugin}-ssl_endpoint_identification_algorithm>> |<<string,string>>|No
93
93
| <<plugins-{type}s-{plugin}-topic_id>> |<<string,string>>|Yes
94
94
| <<plugins-{type}s-{plugin}-value_serializer>> |<<string,string>>|No
95
95
|=======================================================================
@@ -333,6 +333,14 @@ Security protocol to use, which can be either of PLAINTEXT,SSL,SASL_PLAINTEXT,SA
333
333
334
334
The size of the TCP send buffer to use when sending data.
335
335
336
+ [id="plugins-{type}s-{plugin}-ssl_endpoint_identification_algorithm"]
337
+ ===== `ssl_endpoint_identification_algorithm`
338
+
339
+ * Value type is <<string,string>>
340
+ * Default value is `"https"`
341
+
342
+ The endpoint identification algorithm, defaults to "https". Set to empty string "" to disable
343
+
336
344
[id="plugins-{type}s-{plugin}-ssl_key_password"]
337
345
===== `ssl_key_password`
338
346
@@ -389,14 +397,6 @@ The truststore password
389
397
390
398
The truststore type.
391
399
392
- [id="plugins-{type}s-{plugin}-ssl_endpoint_identification_algorithm"]
393
- ===== `ssl_endpoint_identification_algorithm`
394
-
395
- * Value type is <<string,string>>
396
- * Default value is `"https"`
397
-
398
- The endpoint identification algorithm, defaults to "https". Set to empty string "" to disable
399
-
400
400
[id="plugins-{type}s-{plugin}-topic_id"]
401
401
===== `topic_id`
402
402
0 commit comments