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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to