lhotari commented on code in PR #23231:
URL: https://github.com/apache/pulsar/pull/23231#discussion_r1747644825


##########
conf/broker.conf:
##########
@@ -355,6 +355,25 @@ maxUnackedMessagesPerBroker=0
 # limit/2 messages
 maxUnackedMessagesPerSubscriptionOnBrokerBlocked=0.16
 
+# For Key_Shared subscriptions, if messages cannot be dispatched to consumers 
due to a slow consumer
+# or a blocked key hash (because of ordering constraints), the broker will 
continue reading more
+# messages from the backlog and attempt to dispatch them to consumers until 
the number of replay
+# messages reaches the calculated threshold.
+# Formula: threshold = max(keySharedLookAheadMsgInReplayThresholdPerConsumer *

Review Comment:
   Should be `min`



-- 
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-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to