We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4df99 commit 77971e4Copy full SHA for 77971e4
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ConsumerBuilder.java
@@ -542,7 +542,7 @@ public interface ConsumerBuilder<T> extends Cloneable {
542
* <p>Or
543
* <pre>
544
* client.newConsumer()
545
- * .keySharedPolicy(KeySharedPolicy.autoSplitHashRange().hashRangeTotal(100))
+ * .keySharedPolicy(KeySharedPolicy.autoSplitHashRange())
546
* .subscribe();
547
* </pre>
548
* Details about auto split hash range policy, please see {@link KeySharedPolicy.KeySharedPolicyAutoSplit}.
0 commit comments