Skip to content

Commit

Permalink
support dynamic config for replicationProducerQueueSize (#13529)
Browse files Browse the repository at this point in the history
  • Loading branch information
lordcheng10 authored Jan 13, 2022
1 parent 8a0cfac commit 0648f6b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,9 @@ public class ServiceConfiguration implements PulsarConfiguration {
private String replicatorPrefix = "pulsar.repl";
@FieldContext(
category = CATEGORY_REPLICATION,
doc = "Replicator producer queue size"
dynamic = true,
doc = "Replicator producer queue size. "
+ "When dynamically modified, it only takes effect for the newly added replicators"
)
private int replicationProducerQueueSize = 1000;
@FieldContext(
Expand Down

0 comments on commit 0648f6b

Please sign in to comment.