BewareMyPower commented on code in PR #139:
URL: https://github.com/apache/pulsar-client-cpp/pull/139#discussion_r1065711546


##########
test-conf/standalone-ssl.conf:
##########
@@ -50,6 +50,9 @@ brokerShutdownTimeoutMs=3000
 # Enable backlog quota check. Enforces action on topic when the quota is 
reached
 backlogQuotaCheckEnabled=true
 
+# Disable schema validation: If a producer doesn’t carry a schema, the 
producer is allowed to connect to the topic and produce data.
+isSchemaValidationEnforced=true
+

Review Comment:
   It conflicts with https://github.com/apache/pulsar-client-cpp/pull/157, 
since this change is not required in this PR, I think you can revert it.



-- 
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