- Apache Kafka Quick Start Guide
- Raúl Estrada
- 181字
- 2021-07-02 14:26:53
Kafka installation on macOS
To install from the command line in macOS (brew must be installed), perform the following steps:
- To install sbt (the Scala build tool) with brew, execute the following:
> brew install sbt
If already have it in your environment (downloaded previously), run the following to upgrade it:
> brew upgrade sbt
The output is similar to that shown in Figure 1.2:

Figure 1.2: The Scala build tool installation output
- To install Scala with brew, execute the following:
> brew install scala
If you already have it in your environment (downloaded previously), to upgrade it, run the following command:
> brew upgrade scala
The output is similar to that shown in Figure 1.3:

Figure 1.3: The Scala installation output
- To install Kafka with brew, (it also installs Zookeeper), do the following:
> brew install kafka
If you already have it (downloaded in the past), upgrade it as follows:
> brew upgrade kafka
The output is similar to that shown in Figure 1.4:

Figure 1.4: Kafka installation output
Visit https://brew.sh/ for more about brew.
推薦閱讀
- 自己動手寫搜索引擎
- Rust編程:入門、實戰與進階
- R語言游戲數據分析與挖掘
- VMware vSphere 6.7虛擬化架構實戰指南
- Learning Apache Kafka(Second Edition)
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Building a Quadcopter with Arduino
- Elasticsearch Essentials
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- App Inventor 2 Essentials
- TypeScript圖形渲染實戰:2D架構設計與實現
- Azure for Architects
- Java Web 從入門到項目實踐(超值版)
- 深入理解MySQL主從原理