Skip to content

Commit

Permalink
test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
metacret committed Nov 11, 2014
1 parent 8949677 commit 0ad5bdd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public void testCheckPause() throws IOException, InterruptedException {
String description = "{\n" +
" \"type\": \"kafka\",\n" +
" \"client.id\": \"kafkasink\",\n" +
" \"bootstrap.servers\": \"localhost:2200,localhost:2201\",\n" +
" \"bootstrap.servers\": \"" + kafkaServer.getBrokerListStr() + "\",\n" +
" \"acks\": 1,\n" +
" \"buffer.memory\": 1000,\n" +
" \"batch.size\": 1000\n" +
Expand Down Expand Up @@ -297,7 +297,7 @@ public void testBlockingOnBufferFull() throws Throwable {
String description = "{\n" +
" \"type\": \"kafka\",\n" +
" \"client.id\": \"kafkasink\",\n" +
" \"bootstrap.servers\": \"localhost:2200,localhost:2201\",\n" +
" \"bootstrap.servers\": \"" + kafkaServer.getBrokerListStr() + "\",\n" +
" \"acks\": 1,\n" +
" \"block.on.buffer.full\": true,\n" +
" \"buffer.memory\": 1000,\n" +
Expand Down

0 comments on commit 0ad5bdd

Please sign in to comment.