aloyszhang commented on a change in pull request #13796:
URL: https://github.com/apache/pulsar/pull/13796#discussion_r816747466
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v1/Namespaces.java
##########
@@ -651,18 +652,34 @@ public void splitNamespaceBundle(
@PathParam("namespace") String namespace,
@PathParam("bundle") String bundleRange,
@QueryParam("authoritative") @DefaultValue("false") boolean
authoritative,
- @QueryParam("unload") @DefaultValue("false") boolean unload) {
+ @QueryParam("unload") @DefaultValue("false") boolean unload,
+ @QueryParam("splitBoundaries") @DefaultValue("") List<Long>
splitBoundaries) {
Review comment:
We still can create a namespace in V1 format, so it's better to support
this.
--
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]