From 823d46389f09d0273a4af8eaee76ab49333ff60a Mon Sep 17 00:00:00 2001 From: Pascal Schmid Date: Tue, 15 Feb 2022 23:52:50 +0100 Subject: [PATCH] Update used Kafka version --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index c3b6daa..663569c 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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__)