gyfora commented on code in PR #512:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/512#discussion_r1098512051


##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/health/HealthProbe.java:
##########
@@ -17,19 +17,42 @@
 
 package org.apache.flink.kubernetes.operator.health;
 
+import io.javaoperatorsdk.operator.RuntimeInfo;
+import lombok.Getter;
+import lombok.Setter;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
 import java.util.concurrent.atomic.AtomicBoolean;
 
 /** Flink operator health probe. */
 public enum HealthProbe {

Review Comment:
   The original intention here was to be able to mark it unhealthy from 
anywhere in the operator logic. We did not implement such functionality yet, 
but it's pretty simple in theory :) 



-- 
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]

Reply via email to