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 2018/02/23 17:07:01 UTC

[GitHub] merlimat commented on a change in pull request #1272: Add prefix setting for Java reader

merlimat commented on a change in pull request #1272: Add prefix setting for Java reader
URL: https://github.com/apache/incubator-pulsar/pull/1272#discussion_r170309164
 
 

 ##########
 File path: pulsar-client/src/main/java/org/apache/pulsar/client/api/ReaderBuilder.java
 ##########
 @@ -137,4 +137,11 @@
      * @param readerName
      */
     ReaderBuilder readerName(String readerName);
+
+    /**
+     * Set the subscription role prefix.
+     *
+     * @param subscriptionRolePrefix
+     */
+    ReaderBuilder subscriptionRolePrefix(String subscriptionRolePrefix);
 
 Review comment:
   The Javadoc should mention that the default prefix is `reader`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services