Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 320 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 320 Bytes

gRPC custom benthos input

Create a custom benthos input that receives messages from a gRPC server

Run server to read messages and deliver them to the benthos pipeline

go run cmd/server/main.go -c config/pipeline.yaml

Run the client to post random messages

go run cmd/client/main.go