Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
As today the auto configuration of a Cluster Service implementation is provided as part of the related component starters, as an example, the Kubernetes Cluster Service auto configuration is provided by the camel-kubernetes-startes module and it is an opt in so a user has to explicit enable it.
However, the goal of starters is usually to enable some behavior by just adding the starter to the classpath, hence I think it would be nice to move the Cluster Service auto configuration to dedicated starters and automatically enable them when the starter is on the classpath.