Update used Kafka version

This commit is contained in:
2022-02-15 23:52:50 +01:00
parent adf2d6862e
commit 823d46389f

View File

@@ -69,7 +69,7 @@ config :kafka_ex,
# set this to the version of the kafka broker that you are using
# include only major.minor.patch versions. must be at least 0.8.0
# use "kayrock" for the new client
kafka_version: "2.7.0"
kafka_version: "3.1.0"
env_config = Path.expand("#{Mix.env()}.exs", __DIR__)