You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/05/15 09:27:51 UTC

[GitHub] [pulsar] 315157973 commented on a diff in pull request #15503: [enh] Issue 15455: Pulsar Admin: create subscripion with Properties (PIP-105)

315157973 commented on code in PR #15503:
URL: https://github.com/apache/pulsar/pull/15503#discussion_r873138817


##########
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:
   Should we put it in the body?  The url is too long and prone to truncation



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org