# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
docker run --name kafka -p 9092:9092 -e ALLOW_PLAINTEXT_LISTENER=yes -e KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE=true bitnami/kafka:latest
Install Protobuf Compiler
sudo apt install -y protobuf-compiler
Install Protobuffers Plugin
go install google.golang.org/protobuf/cmd/[email protected]
Install GRPC Plugin
go install google.golang.org/grpc/cmd/[email protected]
go get google.golang.org/protobuf go get google.golang.org/grpc
Make Sure to do this before compiling proto files:
PATH="${PATH}:${HOME}/go/bin"