gaoran10 commented on code in PR #15157:
URL: https://github.com/apache/pulsar/pull/15157#discussion_r905702869
##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -2592,6 +2592,12 @@ public class ServiceConfiguration implements
PulsarConfiguration {
)
private long transactionBufferClientOperationTimeoutInMills = 3000L;
+ @FieldContext(
+ category = CATEGORY_TRANSACTION,
+ doc = "The max active transactions per transaction coordinator."
Review Comment:
```suggestion
doc = "The max active transactions per transaction coordinator,
default value 0 indicates no limit."
```
--
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]