googleapis / googleapis/google-cloudevents-java
Add support for Pub/Sub
Abierto
api: eventarc
priority: p3
type: feature request
- Lenguaje dominante
- Java
- Estrellas
- 22
- Forks
- 10
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## 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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.