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

feat: Adding grpc compression support #1000

Merged
merged 54 commits into from
May 10, 2022

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    47e4d21 View commit details
    Browse the repository at this point in the history
  2. Minor comment fix

    rajanya-google committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    7190fca View commit details
    Browse the repository at this point in the history
  3. Formatting the code

    rajanya-google committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    8d05ba2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13a071d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7eb3dc View commit details
    Browse the repository at this point in the history
  6. Formatting

    rajanya-google committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    49896ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9bea54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be4f7b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    525a738 View commit details
    Browse the repository at this point in the history
  10. Adding parameter compressionBytesThreshold to Publisher; Adding loggi…

    …ng support in the compression example
    rajanya-google committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    b6d51d0 View commit details
    Browse the repository at this point in the history
  11. Addressing PR comments

    rajanya-google committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    e0819e5 View commit details
    Browse the repository at this point in the history
  12. Addressing checkstyle

    rajanya-google committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    6412cf2 View commit details
    Browse the repository at this point in the history
  13. Addressed PR comment

    rajanya-google committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    014fe2a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4bbe64a View commit details
    Browse the repository at this point in the history
  15. Addressing PR review

    rajanya-google committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    3a8c5f7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    01c7e3f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    22dee27 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7832599 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9f3fcc0 View commit details
    Browse the repository at this point in the history
  20. Minor fixes

    rajanya-google committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    9ae5944 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    2fa8849 View commit details
    Browse the repository at this point in the history
  2. Minor comment fix

    rajanya-google committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    ab3fc37 View commit details
    Browse the repository at this point in the history
  3. Formatting the code

    rajanya-google committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    d71a052 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99686ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8816ca View commit details
    Browse the repository at this point in the history
  6. Formatting

    rajanya-google committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    cfb85a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d89073 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed13022 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a133b99 View commit details
    Browse the repository at this point in the history
  10. Adding parameter compressionBytesThreshold to Publisher; Adding loggi…

    …ng support in the compression example
    rajanya-google committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    9087f22 View commit details
    Browse the repository at this point in the history
  11. Addressing PR comments

    rajanya-google committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    509193c View commit details
    Browse the repository at this point in the history
  12. Addressing checkstyle

    rajanya-google committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    061f679 View commit details
    Browse the repository at this point in the history
  13. Addressed PR comment

    rajanya-google committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    86a8327 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1abc9f8 View commit details
    Browse the repository at this point in the history
  15. Addressing PR review

    rajanya-google committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    68484e5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc2378e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7c34ef6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    92c2824 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    265350a View commit details
    Browse the repository at this point in the history
  20. Minor fixes

    rajanya-google committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    2e9a738 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    47e725f View commit details
    Browse the repository at this point in the history
  22. Fixing IT

    rajanya-google committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    cef13ea View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Creating a class variable publishContext to remove the overhead of Gr…

    …pcCallContext.createDefault() with every publish call
    rajanya-google committed May 5, 2022
    Configuration menu
    Copy the full SHA
    ed73695 View commit details
    Browse the repository at this point in the history
  2. fixing lint format

    rajanya-google committed May 5, 2022
    Configuration menu
    Copy the full SHA
    db27b12 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Addressed PR comments

    rajanya-google committed May 6, 2022
    Configuration menu
    Copy the full SHA
    4d44679 View commit details
    Browse the repository at this point in the history
  2. Removing test

    rajanya-google committed May 6, 2022
    Configuration menu
    Copy the full SHA
    b1a2d37 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. build(deps): update dependency com.google.cloud:google-cloud-shared-c…

    …onfig to v1.4.0 (googleapis#1105)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `1.3.3` -> `1.4.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.4.0/compatibility-slim/1.3.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.4.0/confidence-slim/1.3.3)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-shared-config</summary>
    
    ### [`v1.4.0`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#&#8203;140-httpsgithubcomgoogleapisjava-shared-configcomparev133v140-2022-04-28)
    
    [Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.3.3...v1.4.0)
    
    ##### Features
    
    -   **java:** remove native image module ([#&#8203;471](https://togithub.com/googleapis/java-shared-config/issues/471)) ([7fcba01](https://togithub.com/googleapis/java-shared-config/commit/7fcba016b3138d7beaa4e962853f9bc80f59438c))
    
    ##### [1.3.3](https://togithub.com/googleapis/java-shared-config/compare/v1.3.2...v1.3.3) (2022-04-19)
    
    ##### Bug Fixes
    
    -   **java:** remove protobuf feature from native profile ([#&#8203;461](https://togithub.com/googleapis/java-shared-config/issues/461)) ([ffd07cb](https://togithub.com/googleapis/java-shared-config/commit/ffd07cb18ee7d45d4daee1d9ea6f6d321fdca874))
    
    ##### Dependencies
    
    -   update dependency com.google.cloud:native-image-support to v0.12.11 ([#&#8203;459](https://togithub.com/googleapis/java-shared-config/issues/459)) ([d20008d](https://togithub.com/googleapis/java-shared-config/commit/d20008df15209708fdf9d06828b567778190f4d0))
    -   update dependency com.google.cloud:native-image-support to v0.13.1 ([#&#8203;465](https://togithub.com/googleapis/java-shared-config/issues/465)) ([b202064](https://togithub.com/googleapis/java-shared-config/commit/b2020648816feb4740ad70acedfed470d7da5bcf))
    
    ##### [1.3.2](https://togithub.com/googleapis/java-shared-config/compare/v1.3.1...v1.3.2) (2022-03-28)
    
    ##### Dependencies
    
    -   revert google-java-format to 1.7 ([#&#8203;453](https://togithub.com/googleapis/java-shared-config/issues/453)) ([cbc777f](https://togithub.com/googleapis/java-shared-config/commit/cbc777f3e9ab75edb6fa2e0268a7446ae4111725))
    
    ##### [1.3.1](https://togithub.com/googleapis/java-shared-config/compare/v1.3.0...v1.3.1) (2022-03-25)
    
    ##### Dependencies
    
    -   update dependency com.google.cloud:native-image-support to v0.12.10 ([#&#8203;443](https://togithub.com/googleapis/java-shared-config/issues/443)) ([5b39d5e](https://togithub.com/googleapis/java-shared-config/commit/5b39d5ee15121f052226ff873b6ab101e9c71de5))
    -   update dependency com.google.googlejavaformat:google-java-format to v1.15.0 ([#&#8203;426](https://togithub.com/googleapis/java-shared-config/issues/426)) ([4c3c4b6](https://togithub.com/googleapis/java-shared-config/commit/4c3c4b66129632181e6bc363a0ecccf4f5aac914))
    -   update dependency org.graalvm.buildtools:junit-platform-native to v0.9.11 ([#&#8203;448](https://togithub.com/googleapis/java-shared-config/issues/448)) ([f7f518e](https://togithub.com/googleapis/java-shared-config/commit/f7f518e87d1d9feb9ac54d7c099f97d8751ee3da))
    -   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.11 ([#&#8203;449](https://togithub.com/googleapis/java-shared-config/issues/449)) ([3e1c0b5](https://togithub.com/googleapis/java-shared-config/commit/3e1c0b5a1d2f4a0db88c06a0d683ed90cbc745e2))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-pubsub).
    renovate-bot authored and rajanya-google committed May 9, 2022
    Configuration menu
    Copy the full SHA
    a26562e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d913048 View commit details
    Browse the repository at this point in the history
  3. chore(bazel): update version of Protobuf to v3.20.1 (googleapis#1079)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 444328399
    
    Source-Link: googleapis/googleapis@c7ca416
    
    Source-Link: googleapis/googleapis-gen@d617054
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDYxNzA1NDUzYTYyYjNlY2RhNzhhYTMwYzE5Mjg0MGViYzVhOGE5MCJ9
    
    feat: AuditConfig for IAM v1
    
    PiperOrigin-RevId: 439356405
    
    Source-Link: googleapis/googleapis@afa2ba1
    
    Source-Link: googleapis/googleapis-gen@3e40c17
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2U0MGMxN2UxNTEwYzk1ZmFiNThmYzIxNDNjY2I2MWNjZWNhNTk4OSJ9
    gcf-owl-bot[bot] authored and rajanya-google committed May 9, 2022
    Configuration menu
    Copy the full SHA
    5c9778a View commit details
    Browse the repository at this point in the history
  4. chore(deps): upgrade gapic-generator-java to 2.7.0 and update gax-jav…

    …a to 2.16.0 (googleapis#1107)
    
    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 446250659
    
    Source-Link: googleapis/googleapis@dc4ef31
    
    Source-Link: googleapis/googleapis-gen@5fdda4d
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWZkZGE0ZGRmYmFiODc5OThlNzdlNGE0NTNlMGZmODc5ODZkMmRiOCJ9
    gcf-owl-bot[bot] authored and rajanya-google committed May 9, 2022
    Configuration menu
    Copy the full SHA
    66d356f View commit details
    Browse the repository at this point in the history
  5. build(deps): update dependency org.apache.maven.plugins:maven-project…

    …-info-reports-plugin to v3.3.0 (googleapis#1104)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.apache.maven.plugins:maven-project-info-reports-plugin](https://maven.apache.org/plugins/) ([source](https://togithub.com/apache/maven-project-info-reports-plugin)) | `3.2.2` -> `3.3.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.3.0/compatibility-slim/3.2.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.3.0/confidence-slim/3.2.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-pubsub).
    renovate-bot authored and rajanya-google committed May 9, 2022
    Configuration menu
    Copy the full SHA
    53ebb0b View commit details
    Browse the repository at this point in the history
  6. Formatting

    rajanya-google committed May 9, 2022
    Configuration menu
    Copy the full SHA
    1fb553c View commit details
    Browse the repository at this point in the history
  7. Formatting

    rajanya-google committed May 9, 2022
    Configuration menu
    Copy the full SHA
    f83bcc7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3903653 View commit details
    Browse the repository at this point in the history