googleapis / googleapis/google-cloudevents-java
Add support for Pub/Sub
Open
api: eventarc
priority: p3
type: feature request
- Dominant language
- Java
- Stars
- 22
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
## Current Behavior
Pub/Sub messages are incompatible with protojson parsing. This is because Pub/Sub messages include duplicate fields `message_id`/`messageId`, and `publish_time`/`publishTime`, which the protobuf spec indicates is invalid.
Note: parsing can also error on the "@type" field
## Expected Behavior
Tooling that allows for parsing of duplicated fields.
Contributor guide
Assessment
This issue has not been assessed yet.