The plugin currently loads property values in 2 seperate ways:
By providing system properties (aka java opts)
By passing config properties
I'll send a PR for a unified solution for it but before that we need to make sure that optional properties are marked as optional. This is enforced by DefaultDiscoverService@187.
The plugin currently loads property values in 2 seperate ways:
I'll send a PR for a unified solution for it but before that we need to make sure that optional properties are marked as optional. This is enforced by
DefaultDiscoverService@187
.