Skip to content

coryan/google-cloud-cpp-pubsub

 
 

Repository files navigation

Google Cloud Pub/Sub C++ Client Library

NOTICE: This repo will be merging with the googleapis/google-cloud-cpp monorepo soon; possibly as soon as early April. We expect this new monorepo organization to be better for our existing and new customers going forward. Please see googleapis/google-cloud-cpp#3612 for more details.

Cloud Pub/Sub is a fully-managed real-time messaging service that allows you to send and receive messages between independent applications.

This repository contains the implementation of the Google Cloud Pub/Sub C++ client library.

Status

This library is under development, it should not be used in production workloads. We expect to make multiple changes to the API. Please note that, as is often the case with C++ libraries, we do not follow semantic versioning in the Cloud C++ client libraries. We make every effort to document backwards-incompatible API changes in the release notes below.

Core Builds CI status docker/asan CI status docker/bazel-dependency CI status docker/clang-3.8 CI status docker/clang-9 CI status docker/clang-tidy CI status docker/cmake-super CI status docker/coverage CI status docker/cxx17 CI status docker/gcc-4.8 CI status docker/gcc-9 CI status docker/libcxx CI status docker/msan CI status docker/ninja CI status docker/no-exceptions CI status docker/no-tests CI status docker/tsan CI status docker/ubsan CI status macos/bazel CI status macos/cmake-super CI status windows/bazel CI status windows/cmake Code Coverage Status Link to Reference Documentation

Documentation

The reference documentation for this client library is available online. Please consult the Cloud Pub/Sub website for general documentation on Cloud Pub/Sub features, APIs, other client libraries, etc.

Contributing changes

See CONTRIBUTING.md for details on how to contribute to this project, including how to build and test your changes as well as how to properly format your code.

Licensing

Apache 2.0; see LICENSE for details.

Versioning

Please note that the Google Cloud C++ client libraries do not follow Semantic Versioning.

GA: Libraries defined at a GA quality level are expected to be stable and any backwards-incompatible changes will be noted in the documentation. Major changes to the API will signaled by changing major version number (e.g. 1.x.y -> 2.0.0).

Beta: Libraries defined at a Beta quality level are expected to be mostly stable and we're working towards their release candidate. We will address issues and requests with a higher priority.

Alpha: Libraries defined at an Alpha quality level are still a work-in-progress and are more likely to get backwards-incompatible updates. Additionally, it's possible for Alpha libraries to get deprecated and deleted before ever being promoted to Beta or GA.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 35.8%
  • Shell 32.9%
  • CMake 17.7%
  • Starlark 6.9%
  • PowerShell 4.8%
  • Awk 0.7%
  • Other 1.2%