Created
July 15, 2020 07:27
-
-
Save s-chb/558d2b3335ba230abde5857b4128daa0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -qO - https://packages.confluent.io/deb/4.0/archive.key | sudo apt-key add - | |
sudo add-apt-repository "deb [arch=amd64] https://packages.confluent.io/deb/4.0 stable main" | |
sudo apt-get update && sudo apt-get install confluent-platform-2.11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment