lhotari commented on code in PR #16603:
URL: https://github.com/apache/pulsar/pull/16603#discussion_r926461398
##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/persistent/PersistentStickyKeyDispatcherMultipleConsumersTest.java:
##########
@@ -107,6 +109,9 @@ public void setup() throws Exception {
HierarchyTopicPolicies topicPolicies = new HierarchyTopicPolicies();
topicPolicies.getMaxConsumersPerSubscription().updateBrokerValue(0);
+ OrderedExecutor orderedExecutor = OrderedExecutor.newBuilder().build();
Review Comment:
shouldn't this use the field?
```suggestion
orderedExecutor = OrderedExecutor.newBuilder().build();
```
--
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]