Skip to content

Commit

Permalink
trying to track a problem in travis builds
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Dr. Christian Betz committed Sep 13, 2017
1 parent 87b1966 commit 208ae6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions embedded/test-resources/config/broker.edn
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 208ae6c

Please sign in to comment.