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
07ecc332
Commit
07ecc332
authored
Feb 05, 2021
by
仲光辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fix start-kafka-manager.sh
parent
d670e50f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
start-kafka-manager.sh
docker-config/kafka-cluster/start-kafka-manager.sh
+0
-2
No files found.
docker-config/kafka-cluster/start-kafka-manager.sh
View file @
07ecc332
#!/bin/bash
docker run
-id
--name
kafka-manager
--privileged
--network
=
zookeeper_network
--ip
172.128.0.30
-p
9000:9000
-e
ZK_HOSTS
=
"zookeeper01:2181,zookeeper02:2182,zookeeper03:2183"
kafkamanager/kafka-manager
\ No newline at end of file
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