userver
userver copied to clipboard
Add static config check to Kafka
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