You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RestDefinition class in camel lacks a group property. Since this is used as the property for grouping nodes then the routes generated by rest definitions get added to default. Maybe we can also group rest routes by using the tag property?
The text was updated successfully, but these errors were encountered:
@phantomjinx Is there any problem with just treating the REST routes as default group? Is it that we would have so many routes in the default practically when we wouldn't group them in some way like you suggested?
I'm wondering where it should be addressed. Rather than handling REST routes specially at Hawtio, shouldn't we raise a feature request to Camel so that it can add them to a group different from default?
The RestDefinition class in camel lacks a group property. Since this is used as the property for grouping nodes then the routes generated by rest definitions get added to
default
. Maybe we can also group rest routes by using the tag property?The text was updated successfully, but these errors were encountered: