Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kafka #1075

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions apps/kafka/.env
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
W9_DIST=community
W9_DIST='community'
W9_REPO=docker.io/bitnami/kafka
W9_VERSION=latest

W9_POWER_PASSWORD=uQ8E1wVTzG8SOk3!
W9_VERSION='3.9'
W9_POWER_PASSWORD='ekr!joT66bRLrLrE'
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=kafka
W9_DB_KAFKA_PORT_SET=9092
W9_ID='kafka'
W9_DB_KAFKA_PORT_SET='9092'
W9_DB_KAFKA_PORT=9092
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####
Expand All @@ -16,4 +15,4 @@ KAFKA_CFG_PROCESS_ROLES=controller,broker
KAFKA_CFG_LISTENERS=PLAINTEXT://:9092,CONTROLLER://:9093
KAFKA_CFG_LISTENER_SECURITY_PROTOCOL_MAP=CONTROLLER:PLAINTEXT,PLAINTEXT:PLAINTEXT
KAFKA_CFG_CONTROLLER_QUORUM_VOTERS=0@kafka:9093
KAFKA_CFG_CONTROLLER_LISTENER_NAMES=CONTROLLER
KAFKA_CFG_CONTROLLER_LISTENER_NAMES=CONTROLLER
2 changes: 1 addition & 1 deletion apps/kafka/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"edition": [
{
"dist": "community",
"version": ["3.8","3.6","3.2","2.8","latest"]
"version": ["3.9","3.8","3.6","3.2","2.8","latest"]
}
],
"requirements": {
Expand Down
Loading