You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/03/26 20:10:49 UTC

[GitHub] [beam] jaketf edited a comment on issue #11151: [BEAM-9468] Hl7v2 io

jaketf edited a comment on issue #11151: [BEAM-9468]  Hl7v2 io
URL: https://github.com/apache/beam/pull/11151#issuecomment-604655037
 
 
   Ok an updates here from an internal thread w/ API team.
   
   1. Message.List returning message contents is available in beta API with the view parameter.
   1. Schematized Data should be in next beta release roughly in ~2 weeks.
   1. right now the sink is outputting schematized data json wrapped in "{data=<actual_valid_json>}" 
   
   In light of these I will do the following refactors: 
   1. how we batch read from to always avoid the double get. This will make it a completely parallel code path than the real-time path but I think that's ok.
   1. refactor to use beta client library (once it includes schematizedData)
   1. I'll strip out that `{data=}` wrapper to make this easier for users.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services