kayleg / cloud-pubsub

Google Cloud PubSub client in rust
MIT License
31 stars 21 forks source link

Discussion: Look if using tonic might be convenient for future iterations. #12

Open ruseinov opened 4 years ago

ruseinov commented 4 years ago

Here's a nice example: https://github.com/hyperium/tonic/blob/master/examples/src/gcp/client.rs .

kayleg commented 4 years ago

If there was a roadmap - this would be on it. I already use Tonic in other projects and would like to have gRPC as an option

ruseinov commented 4 years ago

I'm currently working on something else that's also gRPC-based, might eventually approach this here too.