jvarenina commented on a change in pull request #6036:
URL: https://github.com/apache/geode/pull/6036#discussion_r733753409
##########
File path:
geode-core/src/main/java/org/apache/geode/cache/configuration/CacheConfig.java
##########
@@ -2642,6 +2642,8 @@ public void setOverflowDirectory(String value) {
protected String batchTimeInterval;
@XmlAttribute(name = "enable-persistence")
protected Boolean enablePersistence;
+ @XmlAttribute(name = "state")
+ protected String state;
Review comment:
I have change it to `startup-action`. Hope this is OK to you? I haven't
added GatewaySender prefix as non of other parameters for gateway-sender has it.
--
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]