Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Just a thought. The event notifier is optimized if not in use. But some runtimes like camel-main / camel-quarkus / camel-spring-boot etc uses an event notifier for some listeners on startup / shutdown etc. Not really for exchange events.
So we can potentially optimized internally in camel go have 2 sets for events, so if you dont need exchange events then that is empty and we can optimize for that.