Add support for Pub/Sub #137
Labels
api: eventarc
Issues related to the googleapis/google-cloudevents-java API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Current Behavior
Pub/Sub messages are incompatible with protojson parsing. This is because Pub/Sub messages include duplicate fields
message_id
/messageId
, andpublish_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.
The text was updated successfully, but these errors were encountered: