少し前に表題がリリースされたというニュースを見た。試してみたいがしばらく触ってないし…と思いとりあえず情報を集めるだけ。
■ 環境
- Apache Kafka 1.0.0
- Mac OSX El Capitan
■ Apache Kafka
Apache Kafka
http://kafka.apache.org/
“2017/11/01“にリリースされているようだ。
Homebrewではまだインストールできない。
$ brew info kafka
kafka: stable 0.11.0.1 (bottled)
Publish-subscribe messaging rethought as a distributed commit log
https://kafka.apache.org
Not installed
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/kafka.rb
==> Dependencies
Required: zookeeper ✔
==> Requirements
Required: java = 1.8 ✔
==> Caveats
To have launchd start kafka now and restart at login:
brew services start kafka
Or, if you don't want/need a background service you can just run:
zookeeper-server-start /usr/local/etc/kafka/zookeeper.properties & kafka-server-start /usr/local/etc/kafka/server.properties
$
Homebrewではまだ”0.11.0.1“のようである。
公式のDockerコンテナは存在しないが、Starが一番付いていて有名(?)な下記コンテナはすでに”1.0.0“のタグが付いていたので対応しているだろう。
wurstmeister/kafka
“latest“が”1.0.0“に付いているのだが、versionがわからなくなるのでいつも下記のように落としている。
$ docker pull wurstmeister/kafka:1.0.0
少し時間ができたら触りたい。
以上。