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.
- Host: GitHub
- URL: https://github.com/irvifa/pubsub-protobuf
- Owner: irvifa
- License: apache-2.0
- Created: 2020-04-10T07:23:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T12:32:04.000Z (about 6 years ago)
- Last Synced: 2025-03-20T23:32:03.631Z (about 1 year ago)
- Topics: google-cloud-pubsub, gradle, java
- Language: Java
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.