Mac Install Homebrew Catalina
Homebrew is a package manager for OS X that makes installing and managing applications a lot easier for Mac users. 10 Best GUI Git Clients for Mac There are alternatives like Fink and MacPorts but I prefer using Homebrew. Install with a version manager such as asdf, chruby, rbenv, or rvm if you need to switch among Ruby versions (instructions for rbenv are below). See the guide Install Ruby on Mac for details and recommendations. To run the latest Ruby version you need to install it through Homebrew. How to install GCC 9.2 on macOS Catalina.If you need to install the Command Line Tools or Homebrew check my previous video tutorial:https://youtu.be/hOx4jwjl0Y. Homebrew is a package managing tool. It’s more popular on Linux but is also used extensively on macOS. In fact, for apps that install as packages, Homebrew is the easiest way to remove them. Here’s how you can install Homebrew on macOS Catalina. In order to install Homebrew on macOS Catalina, you must have Xcode installed.
- Mac Install Homebrew Catalina Free
- Mac Install Homebrew Catalina Update
- Install Homebrew Mac Os X Catalina
if you do not have brew installed on your mac, Install homebrew on your mac by running the following command on your Terminal.
Install kafka in MacOS Catalina
Mac Install Homebrew Catalina Free
First install openjdk 8 using brew cask and then install kakfa.
When the installation completes, It will show you something like below

Start zookeeper & kafka as a service
Stop zookeeper & kafka service

If you do not want to run kafka & zookeeper as a service use below commands
If you face any error in starting kafka, you will have configure listeners in /usr/local/etc/kafka/server.properties config file,
uncomment and change the values like below
Check if kafka is functioning properly
Create test topic
Start kafka consumer console
Mac Install Homebrew Catalina Update
Start kafka producer console
Install Homebrew Mac Os X Catalina
Once the producer starts enter any message and press enter.