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: Publish idempotence #1323

Merged
merged 1 commit into from
Feb 7, 2023
Merged

Conversation

tmdiep
Copy link
Collaborator

@tmdiep tmdiep commented Feb 7, 2023

Implements publish idempotence (default enabled), where the server will ensure that unique messages within a single publisher session are only stored once.

Implements publish idempotence (default enabled), where the server will ensure that unique messages within a single publisher session are only stored once.
@tmdiep tmdiep requested review from a team as code owners February 7, 2023 08:27
@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. api: pubsublite Issues related to the googleapis/java-pubsublite API. labels Feb 7, 2023
@tmdiep tmdiep added the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 7, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 7, 2023
@dpcollins-google dpcollins-google merged commit 3aabc74 into googleapis:main Feb 7, 2023
@tmdiep
Copy link
Collaborator Author

tmdiep commented Feb 7, 2023

Note: this is a pre-release feature. Clients utilizing versions containing this PR will not actually have idempotent publishes until the feature is publicly released.

@tmdiep tmdiep deleted the idempotence branch February 7, 2023 16:17
gcf-merge-on-green bot pushed a commit that referenced this pull request Feb 8, 2023
🤖 I have created a release *beep* *boop*
---


## [1.10.0](https://togithub.com/googleapis/java-pubsublite/compare/v1.9.4...v1.10.0) (2023-02-08)


### Features

* API for publish idempotence ([#1320](https://togithub.com/googleapis/java-pubsublite/issues/1320)) ([4cadfba](https://togithub.com/googleapis/java-pubsublite/commit/4cadfba3682e6549a75628deb53617f695843791))
* Publish idempotence ([#1323](https://togithub.com/googleapis/java-pubsublite/issues/1323)) ([3aabc74](https://togithub.com/googleapis/java-pubsublite/commit/3aabc74f9bbbdd8a582236f04e671c4c96d9fe9c))


### Dependencies

* Update dependency com.google.cloud:google-cloud-bom to v0.186.0 ([#1316](https://togithub.com/googleapis/java-pubsublite/issues/1316)) ([59c3a5f](https://togithub.com/googleapis/java-pubsublite/commit/59c3a5f1bc93fcb3240dcb036bfbe3de761a41a5))
* Update dependency com.google.cloud:google-cloud-bom to v0.187.0 ([#1326](https://togithub.com/googleapis/java-pubsublite/issues/1326)) ([5c6de5a](https://togithub.com/googleapis/java-pubsublite/commit/5c6de5ac58eaf3404e8b799205d758102baac013))
* Update dependency com.google.cloud:google-cloud-pubsub to v1.123.2 ([#1321](https://togithub.com/googleapis/java-pubsublite/issues/1321)) ([17a9c07](https://togithub.com/googleapis/java-pubsublite/commit/17a9c07e27e0674cbfb4bc82d6e6bf9556431c45))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.2.0 ([#1319](https://togithub.com/googleapis/java-pubsublite/issues/1319)) ([84154dc](https://togithub.com/googleapis/java-pubsublite/commit/84154dc8d75229ed35dd14de27428bf61d8111fe))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsublite Issues related to the googleapis/java-pubsublite API. size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants