Skip to content

Commit

Permalink
KAFKA-18229: Move configs out of "kraft" directory (apache#18389)
Browse files Browse the repository at this point in the history
Reviewers: Mickael Maison <[email protected]>, Ismael Juma <[email protected]>, José Armando García Sancio <[email protected]>
  • Loading branch information
frankvicky authored and mjsax committed Jan 27, 2025
1 parent 7db964d commit cd617f2
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 437 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ fail due to code changes. You can just run:
Using compiled files:

KAFKA_CLUSTER_ID="$(./bin/kafka-storage.sh random-uuid)"
./bin/kafka-storage.sh format --standalone -t $KAFKA_CLUSTER_ID -c config/kraft/reconfig-server.properties
./bin/kafka-server-start.sh config/kraft/reconfig-server.properties
./bin/kafka-storage.sh format --standalone -t $KAFKA_CLUSTER_ID -c config/server.properties
./bin/kafka-server-start.sh config/server.properties

Using docker image:

Expand Down
File renamed without changes.
File renamed without changes.
129 changes: 0 additions & 129 deletions config/kraft/reconfig-server.properties

This file was deleted.

243 changes: 0 additions & 243 deletions config/kraft/server.properties

This file was deleted.

Loading

0 comments on commit cd617f2

Please sign in to comment.