mynameborat commented on PR #26276: URL: https://github.com/apache/beam/pull/26276#issuecomment-1514840227
General questions 1. Why use JSON as the serialization format when protobuf is the recommended way of serializing internal components within beam? 2. Can we leverage existing protobuf representation of the pipeline and use that instead of JSON? i.e., populating the same configuration w/ toProto(pipeline) and deserializing from the config? 3. Are there any potential pitfalls with varying versions of jackson across beam and samza which can cause issues? -- 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]
