You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/20 18:27:00 UTC

[jira] [Work logged] (BEAM-3894) Add protocol buffer support to Go SDK

     [ https://issues.apache.org/jira/browse/BEAM-3894?focusedWorklogId=82392&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-82392 ]

ASF GitHub Bot logged work on BEAM-3894:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Mar/18 18:26
            Start Date: 20/Mar/18 18:26
    Worklog Time Spent: 10m 
      Work Description: wcn3 opened a new pull request #4908: BEAM-3894: Add Protocol Buffer support
URL: https://github.com/apache/beam/pull/4908
 
 
   This allows the Go SDK to use protocol buffer messages as a concrete
   type. This creates a compile-time dependency on the protocol buffer
   libraries. Internally, to build the SDK, you'd need protobuf support
   to run "go generate" but this is a more direct dependency.
   
   Adding a registration hook could move this dependency to be handled
   differently, but this dep is lightweight and should be OK for the
   immediate future.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


Issue Time Tracking
-------------------

            Worklog Id:     (was: 82392)
            Time Spent: 10m
    Remaining Estimate: 0h

> Add protocol buffer support to Go SDK
> -------------------------------------
>
>                 Key: BEAM-3894
>                 URL: https://issues.apache.org/jira/browse/BEAM-3894
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-go
>            Reporter: Bill Neubauer
>            Assignee: Bill Neubauer
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Add support for protocol buffers so messages can be handled as a concrete type and used in pipelines.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)