damondouglas commented on PR #22817: URL: https://github.com/apache/beam/pull/22817#issuecomment-1235789913
> * Should users be able to specify whether they want to serialize their data into Avro / JSON / something else? Would the `getValueSerializer` inform the SchemaTransform whether it is Avro / Json or something else? > * We will have a PCollection as input, right? - how will users decide which is the key for the messages produced? Would the `getKeySerializer` inform the SchemaTransform how to write the Key data? If both are true, then I wonder if we need to remove the `@Nullable` annotation from `getValueSerializer` and `getKeySerializer`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
