[ 
https://issues.apache.org/jira/browse/BEAM-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-2451:
--------------------------------
    Labels: stale-P2  (was: )

> writeProtos() should allow a user to specify message attributes
> ---------------------------------------------------------------
>
>                 Key: BEAM-2451
>                 URL: https://issues.apache.org/jira/browse/BEAM-2451
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core
>    Affects Versions: 2.0.0
>            Reporter: Keith Berkoben
>            Priority: P2
>              Labels: stale-P2
>
> when using PubsubIO.writeProtos(protoMessage), the PubsubMessage is created 
> in the background and there is no way to specify the attributes of the 
> message.  This makes the method useless if a user wants to then use the 
> withTimestampAttribute() or withIdAttribute() of the writer with anything 
> other than the default timestamp or ID (a common use case).  
> As a workaround the user can manually create the PubsubMessage, but this 
> basically requires duplication of the writeProtos() logic, which is brittle 
> in the case that the encoding logic changes.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to