You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/01/15 17:33:24 UTC

[GitHub] [camel-kafka-connector] ruchirvaninasdaq opened a new issue #874: [Question] liveness and readiness probes example for camel-kafka-connector

ruchirvaninasdaq opened a new issue #874:
URL: https://github.com/apache/camel-kafka-connector/issues/874


   Hello, 
   
   Is there any liveness and readiness probes example for camel-kafka-connector? 
   
   I am using strimzi operator(0.20.0) for deployment. https://github.com/strimzi/strimzi-kafka-operator/blob/master/install/cluster-operator/041-Crd-kafkaconnect.yaml#L249 
   
   Thanks you!! 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] orpiske closed issue #874: [Question] liveness and readiness probes example for camel-kafka-connector

Posted by GitBox <gi...@apache.org>.
orpiske closed issue #874:
URL: https://github.com/apache/camel-kafka-connector/issues/874


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] ruchirvaninasdaq commented on issue #874: [Question] liveness and readiness probes example for camel-kafka-connector

Posted by GitBox <gi...@apache.org>.
ruchirvaninasdaq commented on issue #874:
URL: https://github.com/apache/camel-kafka-connector/issues/874#issuecomment-761095536


   Ok thank you!! I just wanted to check with team if I need to check (verify) anything specific for camel connector also.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] orpiske commented on issue #874: [Question] liveness and readiness probes example for camel-kafka-connector

Posted by GitBox <gi...@apache.org>.
orpiske commented on issue #874:
URL: https://github.com/apache/camel-kafka-connector/issues/874#issuecomment-761084776


   > Hello,
   > 
   > Is there any liveness and readiness probes example for camel-kafka-connector?
   > 
   > I am using strimzi operator(0.20.0) for deployment. https://github.com/strimzi/strimzi-kafka-operator/blob/master/install/cluster-operator/041-Crd-kafkaconnect.yaml#L249
   > 
   > Thanks you!!
   
   I don't think we have an example for that, but I think you could probably try to probe the connect rest API and check if the the worker status is "RUNNING" and the task state is "RUNNING". 
   
   Also, I suspect that this would be something Strimzi might already have ... so, it would be worth checking on that end as well.
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org