Skip to content

Commit

Permalink
use zookeeper timetick default (#384)
Browse files Browse the repository at this point in the history
* use zookeeper timetick default

* stabilize spec
  • Loading branch information
mensfeld authored Sep 22, 2023
1 parent e8044c0 commit afe744f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
image: confluentinc/cp-zookeeper:7.5.0
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 100

kafka:
container_name: waterdrop_kafka
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def initialize

before do
producer.produce_async(topic: rand.to_s, payload: rand.to_s)
sleep(0.5)
sleep(1)
end

it 'expect error count to increase' do
Expand Down

0 comments on commit afe744f

Please sign in to comment.