poorbarcode commented on code in PR #25915:
URL: https://github.com/apache/pulsar/pull/25915#discussion_r3342444433
##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -812,6 +812,14 @@ The max allowed delay for delayed delivery (in
milliseconds). If the broker rece
)
private Integer brokerDeleteInactiveTopicsMaxInactiveDurationSeconds =
null;
+ @FieldContext(
+ category = CATEGORY_POLICIES,
+ dynamic = true,
+ doc = "Time in seconds after which a replicator is considered inactive
when no replication activity is"
+ + " observed."
Review Comment:
Changed the solution as @codelipenghui suggested
here:https://github.com/apache/pulsar/pull/25915#pullrequestreview-4405441793,
and Improved the doc
--
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]