-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixing kafka version issues (upgrading to 0.11.x broke some things) - commiting a test-config (so the tests do not fail because of a missing config) - adding a docker/zookeeper to .travis, because tests for the embedded subproject require a running zookeeper
- Loading branch information
Dr. Christian Betz
committed
Sep 12, 2017
1 parent
273a14b
commit d728d93
Showing
8 changed files
with
42 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{:kakfa/broker-config | ||
{:host.name "127.0.0.1" | ||
:port 9092 | ||
:broker.id 0 | ||
:advertised.host.name "your-insignificant-host.com" | ||
:advertised.port 9092 | ||
:num.partitions 1 | ||
:controller.socket.timeout.ms 1500 | ||
:controlled.shutdown.enable true | ||
:replica.socket.timeout.ms 1500 | ||
:delete.topic.enable true | ||
:controlled.shutdown.retry.backoff.ms 100 | ||
:log.cleaner.dedupe.buffer.size 2097152 | ||
:zookeeper.connect "127.0.0.1:2181"} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters