mwhipple opened a new issue, #21922: URL: https://github.com/apache/pulsar/issues/21922
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? The reference documentation for priority level for the Java SDK at least (https://github.com/apache/pulsar/blob/master/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ConsumerBuilder.java#L536) omits prerequisites around topic partitioning for failover subscriptions ### What is your suggestion? Qualify that at least the Failover subscription behavior only applies to partitioned topics (i.e. `<p><b>Failover subscription <em>for partitioned topics</em></b></p>`) ### Any reference? * non-partitioned failover behavior comment: https://github.com/apache/pulsar/blob/master/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/AbstractDispatcherSingleActiveConsumer.java#L96 ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
