mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Fix setting config option
This commit is contained in:
parent
1894d6e8e3
commit
4879ecdf66
|
|
@ -18,7 +18,7 @@ mkdir -p kafka && tar xzf kafka.tgz -C kafka --strip-components 1
|
||||||
kafka/bin/zookeeper-server-start.sh -daemon kafka/config/zookeeper.properties
|
kafka/bin/zookeeper-server-start.sh -daemon kafka/config/zookeeper.properties
|
||||||
# Enable topic deletion so that the integration tests can create a fresh topic
|
# Enable topic deletion so that the integration tests can create a fresh topic
|
||||||
# for each test run.
|
# for each test run.
|
||||||
echo "delete.topic.enable=true" >> kafka/config/server.properties
|
echo -e "\n\ndelete.topic.enable=true" >> kafka/config/server.properties
|
||||||
# Start the kafka server running in the background.
|
# Start the kafka server running in the background.
|
||||||
# By default the kafka listens on localhost:9092
|
# By default the kafka listens on localhost:9092
|
||||||
kafka/bin/kafka-server-start.sh -daemon kafka/config/server.properties
|
kafka/bin/kafka-server-start.sh -daemon kafka/config/server.properties
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue