feat(pubsublite): create/update export subscriptions#6885
Merged
tmdiep merged 10 commits intogoogleapis:mainfrom Dec 10, 2022
Merged
feat(pubsublite): create/update export subscriptions#6885tmdiep merged 10 commits intogoogleapis:mainfrom
tmdiep merged 10 commits intogoogleapis:mainfrom
Conversation
Contributor
Author
|
@codyoss Can you please review the API surface changes in pubsublite/config.go and pubsublite/admin.go. Thanks! |
codyoss
reviewed
Oct 21, 2022
Member
codyoss
left a comment
There was a problem hiding this comment.
Just a couple comments on the surface -- don't consider any of them blocking.
|
|
||
| // ExportDestinationConfig is the configuration for exporting to a destination. | ||
| // Implemented by *PubSubConfig. | ||
| type ExportDestinationConfig interface { |
Member
There was a problem hiding this comment.
How many of these do you anticipate? Could this just be a config struct instead of having the extra indirection?
Contributor
Author
There was a problem hiding this comment.
We can't predict how many, but there may be several in the future, hence the oneof-like representation.
hongalex
approved these changes
Nov 17, 2022
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Dec 12, 2022
🤖 I have created a release *beep* *boop* --- ## [1.6.0](https://togithub.com/googleapis/google-cloud-go/compare/pubsublite/v1.5.0...pubsublite/v1.6.0) (2022-12-10) ### Features * **pubsublite:** Create/update export subscriptions ([#6885](https://togithub.com/googleapis/google-cloud-go/issues/6885)) ([5fa8555](https://togithub.com/googleapis/google-cloud-go/commit/5fa855545502ab01775d19cc7b42810beefd1d5f)) * **pubsublite:** rewrite signatures and type in terms of new location ([620e6d8](https://togithub.com/googleapis/google-cloud-go/commit/620e6d828ad8641663ae351bfccfe46281e817ad)) * **pubsublite:** Unload idle partition publishers ([#7105](https://togithub.com/googleapis/google-cloud-go/issues/7105)) ([176f533](https://togithub.com/googleapis/google-cloud-go/commit/176f5331ff02dd9ae4eb706f299b31c903689298)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.