An open API service indexing awesome lists of open source software.

https://github.com/irvifa/pubsub-protobuf

Pubsub wrapper to publish protobuf event.
https://github.com/irvifa/pubsub-protobuf

google-cloud-pubsub gradle java

Last synced: about 1 month ago
JSON representation

Pubsub wrapper to publish protobuf event.

Awesome Lists containing this project

README

          

# pubsub-protobuf

Pubsub wrapper to publish protobuf event.

## Compiling Protobuf

```aidl
✗ protoc --version
libprotoc 3.11.1
```
Make sure the protobuf you're using in the `build.gradle` is equal to the one you use as the compiler.