From 208ae6cd6b4fe1e27aceb34a706fa3c368f4821b Mon Sep 17 00:00:00 2001 From: "Dr. Christian Betz" Date: Wed, 13 Sep 2017 09:58:36 +0200 Subject: [PATCH] trying to track a problem in travis builds while the local tests are running (esp. embedded) with zookeeper and kafka started (necessary to test admin), this is not true in travis CI context.Trying to move the port to cope with this problem. --- embedded/test-resources/config/broker.edn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embedded/test-resources/config/broker.edn b/embedded/test-resources/config/broker.edn index 970f709..e1af351 100644 --- a/embedded/test-resources/config/broker.edn +++ b/embedded/test-resources/config/broker.edn @@ -1,9 +1,9 @@ {:kakfa/broker-config {:host.name "127.0.0.1" - :port 9092 + :port 9093 :broker.id 0 :advertised.host.name "your-insignificant-host.com" - :advertised.port 9092 + :advertised.port 9093 :num.partitions 1 :controller.socket.timeout.ms 1500 :controlled.shutdown.enable true