Apache camel 在驼峰路线中更新hystrix配置

Apache camel 在驼峰路线中更新hystrix配置,apache-camel,hystrix,Apache Camel,Hystrix,有没有办法在运行时更新hystrix配置?我正在使用JavaDSL创建路由,并在SimpleRegistry中引用hystrix配置bean(也在SpringBean注册表中尝试过)。当我修改这个bean,然后执行camelContext.addRouteDefinition()时,似乎没有什么变化

有没有办法在运行时更新hystrix配置?我正在使用JavaDSL创建路由,并在SimpleRegistry中引用hystrix配置bean(也在SpringBean注册表中尝试过)。当我修改这个bean,然后执行
camelContext.addRouteDefinition()
时,似乎没有什么变化