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

Merge branch pubsub-alpha from master #797

Closed
wants to merge 47 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
a2cb76c
Initial GAX submission - generated classes only
garrettjonesgoogle Oct 30, 2015
ac33e48
Updating README.md to latest form
garrettjonesgoogle Nov 2, 2015
e0ee077
Updating version and installation module
garrettjonesgoogle Nov 2, 2015
1b054fa
Merge pull request #317 from garrettjonesgoogle/pubsub-alpha
aozarov Nov 3, 2015
56ad099
Adding GAX classes
garrettjonesgoogle Nov 3, 2015
02058b3
Adding implicit dependency, using constant instead of hardcoded string
garrettjonesgoogle Nov 4, 2015
5db3e21
Merge pull request #320 from garrettjonesgoogle/pubsub-alpha
aozarov Nov 4, 2015
1255189
Initial submission of generated pubsub protobuf classes
garrettjonesgoogle Nov 4, 2015
0d28942
Adding all sections to readme, with TODOs for missing content
garrettjonesgoogle Nov 5, 2015
9e3b1e4
Merge pull request #322 from garrettjonesgoogle/pubsub-alpha
aozarov Nov 5, 2015
5068e1b
Generated Pub/Sub client classes and unit tests
garrettjonesgoogle Nov 10, 2015
c952c20
Fixing source paths and module configuration
garrettjonesgoogle Nov 11, 2015
4fbfb7b
Updates to address PR comments.
garrettjonesgoogle Nov 17, 2015
add0cc3
More updates to address PR comments
garrettjonesgoogle Nov 19, 2015
b9d8555
Third round of updates to address PR comments
garrettjonesgoogle Nov 20, 2015
dea33f5
Merge pull request #345 from garrettjonesgoogle/pubsub-alpha
aozarov Nov 20, 2015
6150c26
Delete duplicate LocalPublisherImpl.java
pongad Nov 30, 2015
c47875a
Merge pull request #425 from pongad/pubsub-alpha
aozarov Nov 30, 2015
6450944
merge from upstream, fix merge confilict and fix build on non java 8
aozarov Jan 23, 2016
0ebb79d
Merge branch 'master' of git://github.com/GoogleCloudPlatform/gcloud-…
aozarov Feb 5, 2016
a6205da
merge from master
aozarov Feb 5, 2016
3e5f07f
fix pom to avoid compiler failure due to code generation by annotatio…
aozarov Feb 5, 2016
7bd63da
disable javadoc generation for java 8 on gcloud-java-pubsub
aozarov Feb 6, 2016
063d000
Merge pull request #576 from aozarov/pubsub-alpha
aozarov Feb 6, 2016
d28baaf
Merge branch 'master' of https://github.com/GoogleCloudPlatform/gclou…
aozarov Feb 12, 2016
171648a
Removing GAX from gcloud-java
garrettjonesgoogle Feb 18, 2016
65f2070
Removing generated files from gcloud-java-pubsub
garrettjonesgoogle Feb 18, 2016
4cf0c8f
Switching dependencies, regenerating code
garrettjonesgoogle Feb 18, 2016
25dbeef
Fixing root build
garrettjonesgoogle Feb 24, 2016
6b78851
Using version of GAX compatible with Java 1.7
garrettjonesgoogle Feb 24, 2016
c53e7ed
Merge pull request #661 from garrettjonesgoogle/pubsub-alpha
garrettjonesgoogle Feb 24, 2016
355369f
Fixing doc problems, improving formatting
garrettjonesgoogle Feb 25, 2016
51d32d5
Fixing javadoc error
garrettjonesgoogle Feb 25, 2016
d549d3f
Merge pull request #670 from garrettjonesgoogle/pubsub-alpha
aozarov Feb 26, 2016
b2115f3
Regenerating code, new settings classes
garrettjonesgoogle Mar 4, 2016
e85e69f
Updating to GAX 0.0.3
garrettjonesgoogle Mar 8, 2016
6a1f788
Surface updates from internal review
garrettjonesgoogle Mar 10, 2016
6701117
Using resurrected ServiceApiSettings in Settings classes
garrettjonesgoogle Mar 11, 2016
d0bc287
Updates due to code gen
garrettjonesgoogle Mar 11, 2016
a4609ca
Removing newSettings() method from XApi classes
garrettjonesgoogle Mar 16, 2016
5245e7d
Fixing build from last change
garrettjonesgoogle Mar 16, 2016
d1ece8a
Merge pull request #716 from garrettjonesgoogle/pubsub-alpha
garrettjonesgoogle Mar 16, 2016
6d90384
Putting spi files under spi.v1
garrettjonesgoogle Mar 16, 2016
e32afa6
Merge pull request #758 from garrettjonesgoogle/pubsub-alpha
aozarov Mar 17, 2016
95a1f90
Bundling descriptor for Publish
garrettjonesgoogle Mar 18, 2016
e369b3c
Regenerating (fixing style issues)
garrettjonesgoogle Mar 22, 2016
1a0e970
Merge pull request #776 from garrettjonesgoogle/pubsub-alpha
garrettjonesgoogle Mar 22, 2016
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
84 changes: 84 additions & 0 deletions gcloud-java-pubsub/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
Google Cloud Java Client for Pub/Sub
====================================

Java idiomatic client for [Google Cloud Pub/Sub] (https://cloud.google.com/pubsub/).

[![Build Status](https://travis-ci.org/GoogleCloudPlatform/gcloud-java.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/gcloud-java)
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/gcloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/gcloud-java?branch=master)
[![Maven](https://img.shields.io/maven-central/v/com.google.gcloud/gcloud-java-pubsub.svg)]( https://img.shields.io/maven-central/v/com.google.gcloud/gcloud-java-pubsub.svg)

- [Homepage] (https://googlecloudplatform.github.io/gcloud-java/)
- [API Documentation] (http://googlecloudplatform.github.io/gcloud-java/apidocs)

> Note: This client is a work-in-progress, and may occasionally
> make backwards-incompatible changes.

Quickstart
----------
Add this to your pom.xml file
```xml
<dependency>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-pubsub</artifactId>
<version>0.0.10</version>
</dependency>
```

Example Application
-------------------
TODO

Authentication
--------------

See the [Authentication](https://github.com/GoogleCloudPlatform/gcloud-java#authentication) section in the base directory's README.

About Google Cloud Pub/Sub
--------------------------

[Google Cloud Pub/Sub][cloud-pubsub] is designed to provide reliable,
many-to-many, asynchronous messaging between applications. Publisher
applications can send messages to a ``topic`` and other applications can
subscribe to that topic to receive the messages. By decoupling senders and
receivers, Google Cloud Pub/Sub allows developers to communicate between
independently written applications.

TODO: link to docs on activating Pub/Sub, high-level documentation on
the API, and code snippet

Java Versions
-------------

Java 7 or above is required for using this client.

Testing
-------

TODO

Versioning
----------

This library follows [Semantic Versioning] (http://semver.org/).

It is currently in major version zero (``0.y.z``), which means that anything
may change at any time and the public API should not be considered
stable.

Contributing
------------

Contributions to this library are always welcome and highly encouraged.

See [CONTRIBUTING] for more information on how to get started.

License
-------

Apache 2.0 - See [LICENSE] for more information.


[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CONTRIBUTING.md
[LICENSE]: https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/LICENSE

[cloud-pubsub]: https://cloud.google.com/storage/
Loading