liftbridge-io / go-liftbridge

Go client for Liftbridge. https://github.com/liftbridge-io/liftbridge
Apache License 2.0
67 stars 18 forks source link

Abstract protobuf message #34

Closed tylertreat closed 4 years ago

tylertreat commented 4 years ago

We should create a wrapper message struct that abstracts the protobuf message away from the API. This way we can change implementation details without impacting the user.

tsingson commented 4 years ago

cool.............

just like gRPC, use protof as default , but it's free to use flatbuffers when we like.......