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: add explicit duplicate subscriber handling to SubscriberImpl for beam #1088

Merged
merged 1 commit into from
Mar 16, 2022

Conversation

dpcollins-google
Copy link
Collaborator

Beam needs a way to know that a <subscription, partition> has been relocated to another worker, and provides no in-model way to do this. We can reuse the duplicate connection error to detect occurences of this and respect them.

…r beam

Beam needs a way to know that a <subscription, partition> has been relocated to another worker, and provides no in-model way to do this. We can reuse the duplicate connection error to detect occurences of this and respect them.
@dpcollins-google dpcollins-google requested review from a team as code owners March 14, 2022 21:36
@product-auto-label product-auto-label bot added the api: pubsublite Issues related to the googleapis/java-pubsublite API. label Mar 14, 2022
@dpcollins-google dpcollins-google merged commit f808056 into main Mar 16, 2022
@dpcollins-google dpcollins-google deleted the allow_respect_dupes branch March 16, 2022 13:56
gcf-merge-on-green bot pushed a commit that referenced this pull request Mar 16, 2022
🤖 I have created a release *beep* *boop*
---


## [1.5.0](v1.4.12...v1.5.0) (2022-03-16)


### Features

* add explicit duplicate subscriber handling to SubscriberImpl for beam ([#1088](#1088)) ([f808056](f808056))


### Dependencies

* update dependency com.google.cloud:google-cloud-bom to v0.171.0 ([#1085](#1085)) ([88551c6](88551c6))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants