gyfora commented on a change in pull request #31:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/31#discussion_r816978839
##########
File path:
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/reconciler/BaseReconciler.java
##########
@@ -41,17 +43,32 @@
private static final Logger LOG =
LoggerFactory.getLogger(BaseReconciler.class);
- public static final int REFRESH_SECONDS = 60;
- public static final int PORT_READY_DELAY_SECONDS = 10;
+ public final int reconcileDelayInSec;
+ public final int portCheckIntervalInSec;
Review comment:
Maybe these could be captured into it's own configclass for easy access
and that way it's going to be much easier to extend in the future
--
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]