gaozhangmin commented on a change in pull request #13831:
URL: https://github.com/apache/pulsar/pull/13831#discussion_r787578559
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/Namespaces.java
##########
@@ -1630,7 +1630,7 @@ public void setSchemaCompatibilityStrategy(
@ApiResponses(value = { @ApiResponse(code = 403, message = "Don't have
admin permission"),
@ApiResponse(code = 404, message = "Namespace doesn't exist"),
@ApiResponse(code = 409, message = "Concurrent modification") })
- public boolean getIsAllowAutoUpdateSchema(
+ public Boolean getIsAllowAutoUpdateSchema(
Review comment:
No, `bin/pulsar-admin namespaces get-deduplication public/default`
this command would print value null if default value is null. I referenced
this. I think it's Reasonable.
--
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]