Skip to content

Commit

Permalink
SAMZA-822: fix integration test configuration with coordinator stream
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpan47 committed Nov 24, 2015
1 parent c84a0b5 commit fbfee75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions samza-test/src/main/config/negate-number.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ systems.kafka.consumer.zookeeper.connect=localhost:2181/
systems.kafka.producer.bootstrap.servers=localhost:9092

#Coordinator replication factor
job.coordinator.system=kafka
job.coordinator.replication.factor=1
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ systems.kafka.consumer.zookeeper.connect=localhost:2181/
systems.kafka.producer.bootstrap.servers=localhost:9092

#Coordinator replication factor
job.coordinator.system=kafka
job.coordinator.replication.factor=1

0 comments on commit fbfee75

Please sign in to comment.