gaoran10 commented on code in PR #23074:
URL: https://github.com/apache/pulsar/pull/23074#discussion_r1690767523
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java:
##########
@@ -1320,6 +1320,13 @@ protected void handleSubscribe(final CommandSubscribe
subscribe) {
new
SubscriptionNotFoundException(
"Subscription does not exist"));
}
+ if (((AbstractTopic)
topic).isConsumersExceededOnTopic()) {
Review Comment:
Could we move this before to the auto subscription creation check?
--
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]