Details
-
Work Item
-
Resolution: Done
-
Minor
-
None
-
All
-
GreenHopper Ranking:0|i2mn63:
-
9223372036854775807
-
Small
Description
Why ?
In the context of the "one engine" (aka engine on k8s) we tried to activate new properties added in TCOMP-1997 when connectors/plugins are not available.
This is to let the pod/containers starts while the connectors are deployed in parallel.
The java process can't start if the component-registry.properties does not exist.
What ?
Add a check in ComponentManagerService to not fail when component-registry is not found. It could be optional when reloading is enabled for instance ?