You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "davsclaus (via GitHub)" <gi...@apache.org> on 2023/02/14 05:47:16 UTC

[GitHub] [camel] davsclaus commented on pull request #9339: avoid java assert keyword as disabled per default

davsclaus commented on PR #9339:
URL: https://github.com/apache/camel/pull/9339#issuecomment-1429155353

   ObjectHelper is intended for startup/initiaizliation to check if Camel has been configured correctly. 
   
   During high speed processing then its not intended to be in use. At that place there can be `assert` code from JDK that can benefit during trouble shooting / debugging. However we very rarely use `assert` in the camel source code. So if Otavio have some of them in camel-kafka during his performance improvement work a while back then that is fine to keep.
   
   


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