You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mshields822 <gi...@git.apache.org> on 2016/03/29 00:04:10 UTC

[GitHub] incubator-beam pull request: [BEAM-53] Java-only pub/sub source an...

GitHub user mshields822 opened a pull request:

    https://github.com/apache/incubator-beam/pull/85

    [BEAM-53] Java-only pub/sub source and sink (streaming only) 

    First step towards supporting pub/sub i/o in any Java runner.
    
    Disclaimers:
     - No integration tests yet.
     - No unit tests for the source and sink. Propose we support mocking PubsubGrpcClient.
     - Depends on grpc-pubsub-v1 which is about to be renamed.
     - Only supports 'application default' credentials, and ignores any GcsOptions flags.
     - Not yet wired into the 'deault' PubsubIO implementations.
     - Watermark tracking is heuristic and may introduce late data.
    
    But other than that we're ready to go.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mshields822/incubator-beam pubsub

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/85.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 #85
    
----
commit dbc39a605bf09f2d1f1cae05de4caaf176abe6c1
Author: Mark Shields <ma...@google.com>
Date:   2016-03-28T20:30:37Z

    Initial import

commit 4fa0b3d98c302c8b710106610b5aca0721436f87
Author: Mark Shields <ma...@google.com>
Date:   2016-03-28T20:37:23Z

    Initial import II

commit 4ba8f304821a09af12e4fd8703d64c16b1349256
Author: Mark Shields <ma...@google.com>
Date:   2016-03-28T21:58:49Z

    Formatting busywork

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-beam pull request: [BEAM-53] Java-only pub/sub source an...

Posted by mshields822 <gi...@git.apache.org>.
Github user mshields822 closed the pull request at:

    https://github.com/apache/incubator-beam/pull/85


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---