ecsimsw commented on code in PR #13607:
URL: https://github.com/apache/apisix/pull/13607#discussion_r3572434598


##########
apisix/plugins/kafka-logger.lua:
##########
@@ -89,6 +89,16 @@ local schema = {
             },
             uniqueItems = true,
         },
+        tls = {
+            type = "object",
+            description = "tls config for connecting to kafka brokers",
+            properties = {
+                verify = {
+                    type = "boolean",
+                    default = false,
+                },
+            },
+        },

Review Comment:
   I checked other similar loggers emit a certificate-verification warning. 
   Followed that convention, I added it right after the schema check passes.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to