Skip to content

Commit

Permalink
feat(github): adjusted kafka services
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Jun 27, 2024
1 parent d82eabb commit 8f7a6b4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@ jobs:
services:
zookeeper:
image: confluentinc/cp-zookeeper:latest
environment:
ZOOKEEPER_CLIENT_PORT: 2181
options: >-
--env ZOOKEEPER_CLIENT_PORT=2181
kafka:
image: confluentinc/cp-kafka:latest
depends_on:
- zookeeper
ports:
- 9092:9092
environment:
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka:29092,PLAINTEXT_HOST://localhost:9092
options: >-
--env KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181
--env KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://kafka:29092,PLAINTEXT_HOST://localhost:9092
runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit 8f7a6b4

Please sign in to comment.