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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
