| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
A few comments. Thank you for working on this!!
Sorry, something went wrong.
| // [VARIABLE "my_project"] | ||
| // [VARIABLE "my_topic"] | ||
| public static void newBuilder(String projectName, String topicName) throws Exception { | ||
| // [START newBuilder] |
|
|
||
| Duration publishDelayThreshold = Duration.ofMillis(100); // default : 1 ms | ||
|
|
||
| // Batching thresholds have order precedence : request size > message count > publish delay |
| int maxOutstandingBatches = 20; | ||
| int maxOutstandingRequestBytes = 500000; | ||
|
|
||
| // override behavior on limits exceeded, default behavior is to throw an exception |
* 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>
🤖 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).
* 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>
🤖 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).
🤖 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).
…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>
| Back | FazBrowse Home | New Git URL |
Adding snippets for cloud site documentation around advanced configuration for publisher, subscriber (batch, retries, flow) + clean up on doc labels.