Skip to content

Commit

Permalink
add healthy check for pulsar
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossil2012 committed Sep 22, 2023
1 parent 5c854ac commit e090db0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,8 @@ services:
expose:
- "8080"
- "6650"
healthcheck:
test: [ "CMD-SHELL", "bin/pulsar-admin brokers healthcheck"]
interval: 5s
timeout: 5s
retries: 5

0 comments on commit e090db0

Please sign in to comment.