From a89b9c42a7928d0760de8b41ff786a5ced364447 Mon Sep 17 00:00:00 2001 From: Yeikel Date: Tue, 2 Jul 2024 04:33:11 -0400 Subject: [PATCH] docs: Add reference to KIP that implemented the built-in provider (#13) I think that it will help users to learn more about the background Signed-off-by: Yeikel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26cb2e7..c4663f8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Deprecation notice -This project is now deprecated as since Kafka 3.5.0, Kafka has a built-in EnvVar Configuration Provider. +This project is now deprecated as since Kafka 3.5.0, Kafka implemented a built-in EnvVar Configuration Provider with [KIP-887](https://cwiki.apache.org/confluence/display/KAFKA/KIP-887%3A+Add+ConfigProvider+to+make+use+of+environment+variables). To migrate from Strimzi provider to Kafka's, you need to change the class to `org.apache.kafka.common.config.provider.EnvVarConfigProvider`.