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

chore(pubsub): rewrite v2 files with new package #11292

Open
wants to merge 1 commit into
base: pubsub-v2-trunk
Choose a base branch
from

Conversation

hongalex
Copy link
Member

This PR migrates the new v2 code to using the new cloud.google.com/go/pubsub/v2 package, and changes the appropriate GAPIC imports (e.g. Publisher -> TopicAdmin, Subscriber->SubscriptionAdmin).

This is one part of a series of changes to land the new v2 library in a way that makes the PRs easier to read and not too large.
Because this is happening in flight, this code will NOT currently compile. Future PRs will merge into the pubsub-v2-trunk branch.

@hongalex hongalex requested review from shollyman and a team as code owners December 14, 2024 02:02
@product-auto-label product-auto-label bot added the api: pubsub Issues related to the Pub/Sub API. label Dec 14, 2024
Copy link

@suzmue suzmue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pubsub/MIGRATING.md is empty in this PR, not sure if that is included intentionally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants