BewareMyPower commented on code in PR #25160:
URL: https://github.com/apache/pulsar/pull/25160#discussion_r2785608895


##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -1611,7 +1629,7 @@ The max allowed delay for delayed delivery (in 
milliseconds). If the broker rece
             category = CATEGORY_SERVER,
             doc = "List of broker interceptor to load, which is a list of 
broker interceptor names"
     )
-    private Set<String> brokerInterceptors = new TreeSet<>();
+    private Set<String> brokerInterceptors = new LinkedHashSet<>();

Review Comment:
   Why did you change it to a `LinkedHashSet`?



-- 
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]

Reply via email to