BewareMyPower commented on code in PR #25187:
URL: https://github.com/apache/pulsar/pull/25187#discussion_r2753642727
##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -492,6 +492,12 @@ The max allowed delay for delayed delivery (in
milliseconds). If the broker rece
)
private boolean metadataStoreAllowReadOnlyOperations;
+ @FieldContext(
+ category = CATEGORY_SERVER,
+ doc = "The number of threads used for serializing and
deserializing data to and from the metadata store"
+ )
+ private int metadataStoreSerDesThreads =
Runtime.getRuntime().availableProcessors();
Review Comment:
It makes sense. I will change the default value later
--
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]