Categorygithub.com/mjmichael73/toll-calculator
repository
0.0.0-20241118121835-ae90a7b1cd8b
Repository: https://github.com/mjmichael73/toll-calculator.git
Documentation: pkg.go.dev

# 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"