Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Google Cloud PubSub support #48

Merged
merged 6 commits into from
Feb 28, 2019
Merged

Commits on Feb 27, 2019

  1. Add protobuf, grpc, and googleapis for pubsub

    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    1f092ec View commit details
    Browse the repository at this point in the history
  2. Add BUILD file, python wrapper, and ops for pubsub

    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    18a75b8 View commit details
    Browse the repository at this point in the history
  3. Add test cases for pubsub

    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    83b3e68 View commit details
    Browse the repository at this point in the history
  4. Add GoogleDefaultCredentials support

    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    84cb9db View commit details
    Browse the repository at this point in the history
  5. Add -D_GLIBCXX_USE_CXX11_ABI=0 as part of .bazelrc and configure.sh

    to address the issue in grpc where `-D_GLIBCXX_USE_CXX11_ABI=0`
    is not passed automatically
    
    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    c6d9b58 View commit details
    Browse the repository at this point in the history
  6. Setup pubsub test in macOS, not enabled yet.

    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    df1c8c8 View commit details
    Browse the repository at this point in the history