Skip to content

Conversation

@chia7712
Copy link
Contributor

考量我們可能需要測試最新的kafka,因此腳本需要能基於source code來運行kafka,簡單說就是定義KAFKA_REVISION後再執行腳本,腳本就會去下載原始碼編譯並建置kafka。詳細說明請見readme

docker run -d \
-p $zk_port:2181 \
$image_name /home/$USER/apache-zookeeper-${ZOOKEEPER_VERSION}-bin/bin/zkServer.sh start-foreground
$image_name ./bin/zkServer.sh start-foreground
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

使兩個腳本之間的路徑一致

Copy link
Collaborator

@chinghongfang chinghongfang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Collaborator

@garyparrot garyparrot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@chia7712 chia7712 merged commit 8392c09 into opensource4you:main Sep 29, 2021
@chia7712 chia7712 deleted the run_kafka_from_source_code branch December 29, 2021 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants