[ https://issues.apache.org/jira/browse/BEAM-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15664877#comment-15664877 ]
ASF GitHub Bot commented on BEAM-974: ------------------------------------- GitHub user reuvenlax opened a pull request: https://github.com/apache/incubator-beam/pull/1358 [BEAM-974] Add PubSub attributes support to PubsubIO. Introduces a new PubsubMessage class, that allows separate management of payload and attributes from PubSub. Allows the user to register functions on PubsubIO to parse and format these objects in order to interact with attributes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/reuvenlax/incubator-beam pubsub_attributes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-beam/pull/1358.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1358 ---- commit a0bbd6882f703dec41faac4c647ee51f680d5a4f Author: Reuven Lax <re...@relax-macbookpro.roam.corp.google.com> Date: 2016-11-14T04:29:31Z Add PubSub attributes support to PubsubIO. ---- > Adds attributes support to PubsubIO > ----------------------------------- > > Key: BEAM-974 > URL: https://issues.apache.org/jira/browse/BEAM-974 > Project: Beam > Issue Type: Improvement > Components: sdk-java-core > Affects Versions: 0.3.0-incubating > Reporter: Reuven Lax > Assignee: Reuven Lax > Fix For: 0.4.0-incubating > > > Adds support for Pubsub attributes by introducing a new PubsubMessage class > that allows manipulation of payload and attributes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)