eolivelli commented on code in PR #15503:
URL: https://github.com/apache/pulsar/pull/15503#discussion_r873209782
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java:
##########
@@ -1456,7 +1460,9 @@ public void createSubscription(
)
ResetCursorData resetCursorData,
@ApiParam(value = "Is replicated required to perform this
operation")
- @QueryParam("replicated") boolean replicated
+ @QueryParam("replicated") boolean replicated,
+ @ApiParam(value = "JSON encoded list of properties for the
Subscription")
+ @QueryParam("properties") String properties
Review Comment:
If we put this into the body then we will have more problems about
compatibility, because unfortunately the body is already in use
--
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]