Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 325 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 325 Bytes

Epee Example

A quick example of how to use Epee.

Building

Pretty straight forward. You need protoc installed, though!

$ protoc --go_out=. messages.proto
$ go build

You'll need a lot more than that, though, if you want to actually run the example. Namely, a Kafka cluster and a producer and...yeah.