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 2021/12/11 16:06:47 UTC

[GitHub] [pulsar] codelipenghui commented on a change in pull request #13239: [pulsar-client]Add getNumPartitions method into PartitionedProducerImpl

codelipenghui commented on a change in pull request #13239:
URL: https://github.com/apache/pulsar/pull/13239#discussion_r767168311



##########
File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/PartitionedProducerImpl.java
##########
@@ -438,4 +438,13 @@ public Timeout getPartitionsAutoUpdateTimeout() {
         return partitionsAutoUpdateTimeout;
     }
 
+    /**
+     * Return the number of partitions per topic.
+     *
+     * @return the number of partitions per topic.
+     */
+    public int getNumPartitions() {

Review comment:
       ```suggestion
       public int getNumOfPartitions() {
   ```




-- 
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