GoogleCloudPlatform / GoogleCloudPlatform/spring-cloud-gcp
Allow pubsub schema validation
Open
priority: p3
pubsub
team-starter-bug
type: enhancement
- Dominant language
- Java
- Stars
- 551
- Forks
- 349
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 14
Description
**Is your feature request related to a problem? Please describe.**
There is a beta feature at `google-cloud-sdk` called `schemas`. Add support to validate producers and consumers schemas.
More info about schemas [here](https://cloud.google.com/sdk/gcloud/reference/beta/pubsub/schemas).
**Describe the solution you'd like**
It would be great to use this feature to validate producers and consumers. Something that come to my mind is to do something like `spring-cloud-contract` but instead of running against `wiremock` running against the pubsub emulator.
Contributor guide
Assessment
This issue has not been assessed yet.