Skip to content

sinhaparth5/go-kafka-grpc-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang + Kafka + gRPC

Create a Kafka producer and consumer with Golang using grpc

Generate proto gRPC file

protoc -Iproto --go_out=. --go_opt=module=github.com/sinhaparth5/go-kafka-grpc-server --go-grpc_out=. --go-grpc_opt=module=github.com/sinhaparth5/go-kafka-grpc-server .\proto\service.proto

Run Go files

# Run main file
go run main.go

# Run client file
go run client.go

About

Create a Kafka producer and consumer with Golang using grpc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages