userver icon indicating copy to clipboard operation
userver copied to clipboard

Add static config check to Kafka

Open nepridumalnik opened this issue 10 months ago • 0 comments

Add a description

In version 2.4, the names of the fields have changed, which was not detected due to the lack of verification of the static config, so I suggest adding this check.

2.3: https://github.com/userver-framework/userver/blob/v2.3/kafka/src/kafka/impl/configuration.cpp#L51 2.4: https://github.com/userver-framework/userver/blob/v2.4/kafka/src/kafka/impl/configuration.cpp#L168

nepridumalnik avatar Feb 10 '25 07:02 nepridumalnik