FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Pubsub snippets by jabubake · Pull Request #2023 · googleapis/google-cloud-java · GitHub

Pubsub snippets - #2023

Merged
jabubake merged 13 commits into
googleapis:masterfrom
jabubake:pubsub-snippets
May 2, 2017
Merged

Pubsub snippets#2023
jabubake merged 13 commits into
googleapis:masterfrom
jabubake:pubsub-snippets

Conversation

jabubake commented May 1, 2017

Copy link
Copy Markdown
Contributor

Adding snippets for cloud site documentation around advanced configuration for publisher, subscriber (batch, retries, flow) + clean up on doc labels.

jabubake requested a review from pongad May 1, 2017 18:07
googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 1, 2017

Copy link
Copy Markdown

Coverage remained the same at 80.961% when pulling b6f2b40 on jabubake:pubsub-snippets into 9623994 on GoogleCloudPlatform:master.

Copy link
Copy Markdown

Coverage increased (+0.004%) to 80.965% when pulling 3a35083 on jabubake:pubsub-snippets into 9623994 on GoogleCloudPlatform:master.

pongad left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

A few comments. Thank you for working on this!!

// [VARIABLE "my_project"]
// [VARIABLE "my_topic"]
public static void newBuilder(String projectName, String topicName) throws Exception {
// [START newBuilder]

This comment was marked as spam.

This comment was marked as spam.


Duration publishDelayThreshold = Duration.ofMillis(100); // default : 1 ms

// Batching thresholds have order precedence : request size > message count > publish delay

This comment was marked as spam.

This comment was marked as spam.

int maxOutstandingBatches = 20;
int maxOutstandingRequestBytes = 500000;

// override behavior on limits exceeded, default behavior is to throw an exception

This comment was marked as spam.

This comment was marked as spam.

Copy link
Copy Markdown

Coverage remained the same at 80.961% when pulling 0f083ef on jabubake:pubsub-snippets into 9623994 on GoogleCloudPlatform:master.

jabubake merged commit 776d39f into googleapis:master May 2, 2017
chingor13 pushed a commit that referenced this pull request Jan 22, 2026
* chore: Run errorprone for JDK 17+

* chore: Enable error prone for Java 17+

* chore: Set the error prone core version as a property

* chore: Add error prone configs in handwritten modules

* chore: generate libraries at Thu Dec 18 19:31:48 UTC 2025

---------

Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
lqiu96 added a commit that referenced this pull request Mar 20, 2026
* chore: Run errorprone for JDK 17+

* chore: Enable error prone for Java 17+

* chore: Set the error prone core version as a property

* chore: Add error prone configs in handwritten modules

* chore: generate libraries at Thu Dec 18 19:31:48 UTC 2025

---------

Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
meltsufin pushed a commit that referenced this pull request Apr 29, 2026
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
meltsufin pushed a commit that referenced this pull request May 1, 2026
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
benjaminp pushed a commit to benjaminp/google-cloud-java that referenced this pull request Jul 13, 2026
…p/templates/java_library/.kokoro (googleapis#1908) (googleapis#2023)

build(deps): bump cryptography

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.3...41.0.6)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...



Source-Link: googleapis/synthtool@ea6f800
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:81f75d962cd28b7ad10740a643b8069b8fa0357cb495b782eef8560bb7a8fd65

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL