bvn13 commented on pull request #6528: URL: https://github.com/apache/camel/pull/6528#issuecomment-993940468
@davsclaus What do you think about applying parameters per route? Should I implement it like I did in this Pull Request? Or should I add parameters and getters/setters only for the whole DefaultTracer without looking back at whether it will be inconvenient to use in Java DSL for instance? When I did prepare this PR I added only 2 params and setters first. But when I started to check how to use it in Java DSL in test, I saw that I was not able to set different groups length for separated routes. The each next route (from(...)) rewrote the previous one. Then I applied a refactoring to add capability for storing groups length per each route separately. So... What tier of code do you wait me to implement? -- 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]
