Merge 6452d019a1 into 1ce6123a78
This commit is contained in:
commit
4316d3e9b3
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ public enum RetrievalMode {
|
||||||
private static RetrievalConfigBuilder decideForDefault(MultiLangDaemonConfiguration configuration) {
|
private static RetrievalConfigBuilder decideForDefault(MultiLangDaemonConfiguration configuration) {
|
||||||
if (configuration.getPollingConfig().anyPropertiesSet()) {
|
if (configuration.getPollingConfig().anyPropertiesSet()) {
|
||||||
log.warn("Some polling properties have been set, defaulting to polling. "
|
log.warn("Some polling properties have been set, defaulting to polling. "
|
||||||
+ "To switch to Fanout either add `RetrievalMode=FANOUT` to your "
|
+ "To switch to Fanout either add `retrievalMode=FANOUT` to your "
|
||||||
+ "properties or remove the any configuration for polling.");
|
+ "properties or remove the any configuration for polling.");
|
||||||
return configuration.getPollingConfig();
|
return configuration.getPollingConfig();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue