Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
docs: Add reference to KIP that implemented the built-in provider (#13)
Browse files Browse the repository at this point in the history
I think that it will help users to learn more about the background

Signed-off-by: Yeikel <email@yeikel.com>
  • Loading branch information
yeikel authored Jul 2, 2024
1 parent 35ef698 commit a89b9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit a89b9c4

Please sign in to comment.