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 2022/03/04 09:34:10 UTC

[GitHub] [camel] essobedo commented on pull request #7093: CAMEL-17727: camel-kafka - Add readiness health check for kafka consumer

essobedo commented on pull request #7093:
URL: https://github.com/apache/camel/pull/7093#issuecomment-1058995917


   That's very nice, as far as I understand this PR, it means that for each endpoint (consumer or producer), we will have a specific health check, is-that correct? 
   
   If so, it means that if several endpoints access to the same brokers, we will actually do several times the same task so would it make sense to let the components decide when to create a new Health Check? This way even if we have several endpoints accessing to the same brokers, we would have only one heath check.


-- 
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: commits-unsubscribe@camel.apache.org

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