From: Aleš Mrázek Date: Tue, 29 Jul 2025 14:21:22 +0000 (+0200) Subject: fixup! manager/kafka_client.py: trigger config reload for configuration X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fenvironments%2Fdocs-jezek-test-jq0zac%2Fdeployments%2F7307;p=thirdparty%2Fknot-resolver.git fixup! manager/kafka_client.py: trigger config reload for configuration --- diff --git a/python/knot_resolver/manager/kafka_client.py b/python/knot_resolver/manager/kafka_client.py index b2cb612e5..e33c3d744 100644 --- a/python/knot_resolver/manager/kafka_client.py +++ b/python/knot_resolver/manager/kafka_client.py @@ -70,10 +70,11 @@ if KAFKA_LIB: os.replace(file_path_tmp, file_path) - # trigger delayed configuration renew - trigger_reload(self._config) - logger.info(f"Successfully applied config, saved to '{file_path}'") + logger.info(f"Configuration saved to '{file_path}'") + # trigger delayed configuration reload + trigger_reload(self._config) + continue # messages with key # RPZ or other files