Skip to content

Commit

Permalink
Try fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelreiswildlife committed May 9, 2024
1 parent 18ad666 commit 9efd2bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
services:
zookeeper:
image: confluentinc/cp-zookeeper:7.4.0
options: --hostname zookeeper -p 2181:2181
env:
ZOOKEEPER_CLIENT_PORT: 2181
kafka:
image: confluentinc/cp-kafka:7.4.0
options: --hostname kafka -p 29092:29092
env:
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka:9092,PLAINTEXT_HOST://localhost:29092
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka:9092,PLAINTEXT_HOST://kafka:29092
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT
KAFKA_LISTENERS: PLAINTEXT://kafka:9092,PLAINTEXT_HOST://0.0.0.0:29092
KAFKA_ZOOKEEPER_CONNECT: "zookeeper:2181"
Expand Down
6 changes: 3 additions & 3 deletions config/docker_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gcm:
queue:
topics:
- "^push-[^-_]+_(apns|gcm)[_-](single|massive)"
brokers: "localhost:29092"
brokers: "kafka:29092"
group: testGroup
sessionTimeout: 6000
fetch.min.bytes: 1
Expand All @@ -36,7 +36,7 @@ feedback:
- kafka
kafka:
topics: "com.games.test.feedbacks"
brokers: "localhost:29092"
brokers: "kafka:29092"
cache:
requestTimeout: 1000
cleaningInterval: 20
Expand Down Expand Up @@ -65,7 +65,7 @@ feedbackListeners:
queue:
topics:
- "^push-[^-_]+-(apns|gcm)-feedbacks"
brokers: "localhost:29092"
brokers: "kafka:29092"
group: testGroup
sessionTimeout: 6000
fetch.min.bytes: 1
Expand Down

0 comments on commit 9efd2bc

Please sign in to comment.