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

pubsub: Label pub sub client as experimental #115

Merged
merged 2 commits into from
Aug 19, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,12 +375,17 @@ bucket.copy(filename, { bucket: 'other-bucket', name: 'other-filename' }, callba
bucket.remove(filename, callback);
~~~~

### Google Cloud Pub/Sub
### Google Cloud Pub/Sub (experimental)

Google Cloud Pub/Sub is a reliable, many-to-many, asynchronous messaging
service from Google Cloud Platform. A detailed overview is available on
[Pub/Sub docs](https://developers.google.com/pubsub/overview).

Note: Google Cloud Pub/Sub API is not publicly available yet and the

This comment was marked as spam.

client library we provide is currently experimental. We may break the
interfaces anytime and/or make significant changes to the API.
Use the Pub/Sub client at your own risk.

#### Configuration

If you're running this client on Google Compute Engine, you need to construct
Expand Down