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
It is possible to disable a ConfigSource with configuration, e.g.: hu.icellmobilsoft.coffee.module.etcd.producer.CachedEtcdConfigSource.enabled: false
This information is missing from the adoc documentation. It can be only found in javadoc defined in the following class: hu.icellmobilsoft.coffee.cdi.configsource.ConfigurableConfigSource
There are two ways to set this configuration based on the return value of the following methods:
ConfigurableConfigSource.getClassEnableKey()
ConfigurableConfigSource.getConfigSourceNameKey()
It would be nice to have these thoroughly documented.
The text was updated successfully, but these errors were encountered:
It is possible to disable a ConfigSource with configuration, e.g.:
hu.icellmobilsoft.coffee.module.etcd.producer.CachedEtcdConfigSource.enabled: false
This information is missing from the adoc documentation. It can be only found in javadoc defined in the following class:
hu.icellmobilsoft.coffee.cdi.configsource.ConfigurableConfigSource
There are two ways to set this configuration based on the return value of the following methods:
ConfigurableConfigSource.getClassEnableKey()
ConfigurableConfigSource.getConfigSourceNameKey()
It would be nice to have these thoroughly documented.
The text was updated successfully, but these errors were encountered: