What would you like to happen?
In WriteToPubSubLite it supports PROTO:
format string : The encoding format for the data stored in Pubsub Lite. Valid options are: RAW,JSON,AVRO,PROTO
But in WriteToPubSub it does not:
format string : How to format the message payload. Currently suported formats are
RAW: Expects a message with a single field (excluding attribute-related fields) whose contents are used as the raw bytes of the pubsub message.
AVRO: Encodes records with a given Avro schema, which may be inferred from the input PCollection schema.
JSON: Formats records with a given JSON schema, which may be inferred from the input PCollection schema.
Is it possible to add support for PROTO when writing to Pub/Sub?
Is there an existing workaround?
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
What would you like to happen?
In WriteToPubSubLite it supports
PROTO:But in WriteToPubSub it does not:
Is it possible to add support for
PROTOwhen writing to Pub/Sub?Is there an existing workaround?
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components