lburgazzoli commented on issue #819: Saga support
URL: https://github.com/apache/camel-quarkus/issues/819#issuecomment-604288982
 
 
   > Thanks @lburgazzoli and @ppalaga !
   > 
   > Is there any difference about the 
[contextConfigurerListener](https://github.com/apache/camel-quarkus/blob/master/extensions/microprofile-metrics/deployment/src/main/java/org/apache/camel/quarkus/component/microprofile/metrics/deployment/MicroProfileMetricsProcessor.java#L51)
 and 
[configureCamelContext](https://github.com/apache/camel-quarkus/blob/master/extensions/microprofile-metrics/deployment/src/main/java/org/apache/camel/quarkus/component/microprofile/metrics/deployment/MicroProfileMetricsProcessor.java#L60)
 in MicroProfileMetricsProcessor.java? It looks like both of them can do the 
configure with the camel context.
   
   `configureCamelContext` seems to be a good candidate to be refactored to a 
`CamelContextCustomizerBuildItem` 
   
   `contextConfigurerListener` turn on message history as you can turn in off 
on camel-main with a property thus we need to force it if mp metrics is enabled

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


With regards,
Apache Git Services

Reply via email to