Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dankal-test-kafka
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
仲光辉
dankal-test-kafka
Commits
6229230e
Commit
6229230e
authored
Jan 24, 2021
by
仲光辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: add docker port mapping about kafka JMX
parent
f82d6c8a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
docker-compose.yml
docker-config/kafka-cluster/docker-compose.yml
+3
-0
No files found.
docker-config/kafka-cluster/docker-compose.yml
View file @
6229230e
...
...
@@ -8,6 +8,7 @@ services:
container_name
:
kafka01
ports
:
-
"
9092:9092"
-
"
9999:9999"
environment
:
KAFKA_ADVERTISED_LISTENERS
:
PLAINTEXT://192.168.128.3:9092
KAFKA_ADVERTISED_HOST_NAME
:
192.168.128.3
...
...
@@ -31,6 +32,7 @@ services:
container_name
:
kafka02
ports
:
-
"
9093:9092"
-
"
9988:9988"
environment
:
KAFKA_ADVERTISED_LISTENERS
:
PLAINTEXT://192.168.128.3:9093
KAFKA_ADVERTISED_HOST_NAME
:
192.168.128.3
...
...
@@ -54,6 +56,7 @@ services:
container_name
:
kafka03
ports
:
-
"
9094:9092"
-
"
9977:9977"
environment
:
KAFKA_ADVERTISED_LISTENERS
:
PLAINTEXT://192.168.128.3:9094
KAFKA_ADVERTISED_HOST_NAME
:
192.168.128.3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment