May 26, 2016. Oct 25, 2017. Kafka Connect is a framework for connecting Apache Kafka® with external systems such as databases, key-value stores, search indexes, and file systems. You can use existing connector implementations for common data sources and sinks to move data into and out of Kafka, or write your own connectors. Confluent, founded by the creators of Apache Kafka, delivers a complete execution of Kafka for the Enterprise, to help you run your business in real time.
There are no direct download instructions available on the confluent platform yet to install the packages on Mac OS. I just want to share it with others just in case someone might need some help with this.
The zip packages can be downloaded from here: Download. After downloading unzip and copy it to a relevant folder.
In order to run the platform, we need Java installed on our machine with version >= 7. Let’s first verify the version we have on my machine.
We also need to verify if the JAVA_HOME environment variable is correctly set on the machine. Additionally, the $PATH environment variable must be set, otherwise, the services wouldn’t just start.
Now we can simply run Confluent CLI from the bin folder of unzipped downloaded package. You should see the following help if you run it.
And finally all the services are running fine as we run it using confluent start.