In your command-line run the following commands:
brew doctor
brew update
# WARNING: This docker-compose.yml is only for testing purpose. | |
# Parameters: | |
# - name: CONFLUENT_PLATFORM_VERSION | |
# default: 3.0.0 | |
# reference: https://hub.docker.com/u/confluentinc/ | |
# Ports: | |
# - description: Major ports are exposed to host computer | |
# - zookeeper: 2181 | |
# kafka1: 9091 | |
# kafka2: 9092 |
In your command-line run the following commands:
brew doctor
brew update
# macOS | |
brew install sha3sum | |
# archlinux | |
yay -S sha3sum | |
# usage | |
echo -n hello | keccak-256sum | |
1C8AFF950685C2ED4BC3174F3472287B56D9517B9C948127319A09A7A36DEAC8 - |