vaibhavjainwiz opened a new issue, #4185:
URL: https://github.com/apache/camel-k/issues/4185

   
   **Steps to reproduces isssue** :
   - Create a `KameletBinding` which reads from Kafka and write to the log.
   - Camel `Pod` successfully started and move to `READY` state. 
   - `KameletBinding` also move to `READY` phase.
   - Kafka connection has been lost in between.
   - Camel `Pod` moves to `Not-Ready` state.
   - `KameletBinding` keeps in `READY` Phase.
   
   **Expected behaviour** :
   `KameletBinding` should move to `FAILED` phase.
   
   **Actual behaviour** :
   `KameletBinding` keeps in `READY` Phase.
   
   `KameletBinding` status with successful Kafka conection :
   https://gist.github.com/vaibhavjainwiz/2c3dfcbf953855a6dc1c9960531604ba
   
   Camel `Pod` status with successful Kafka conection :
   https://gist.github.com/vaibhavjainwiz/0ba14de12a5e7099ae19c1a40cdf00e0
   
   `KameletBinding` status after lost Kafka connection :
   https://gist.github.com/vaibhavjainwiz/9032387123afdb56a8ea93914fbdffc5
   
   Camel `Pod` status after lost Kafka connection :
   https://gist.github.com/vaibhavjainwiz/15e0769125d150b87baaab0b80b74670


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