Skip to content

Commit

Permalink
update kafka case.
Browse files Browse the repository at this point in the history
  • Loading branch information
CzyerChen committed Sep 16, 2024
1 parent 8ed0aa6 commit 74b74c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e-v2/cases/kafka/profile/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ services:
SW_AGENT_INSTANCE_NAME: provider1
SW_LOGGING_OUTPUT: CONSOLE
SW_METER_REPORT_INTERVAL: 5
SW_METER_ACTIVE: 'false'
depends_on:
oap:
condition: service_healthy
Expand Down
2 changes: 2 additions & 0 deletions test/e2e-v2/cases/kafka/simple-so11y/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ services:
SW_AGENT_NAME: e2e-service-provider
SW_AGENT_INSTANCE_NAME: provider1
SW_LOGGING_OUTPUT: CONSOLE
SW_METER_ACTIVE: 'false'
healthcheck:
test: ["CMD", "bash", "-c", "cat < /dev/null > /dev/tcp/127.0.0.1/9090"]
interval: 5s
Expand All @@ -127,6 +128,7 @@ services:
service: consumer
environment:
PROVIDER_URL: http://provider:9090
SW_METER_ACTIVE: 'false'
ports:
- 9092
depends_on:
Expand Down

0 comments on commit 74b74c7

Please sign in to comment.