contrib/cloud.google.com/go/pubsub: support cloud.google.com/go/pubsub/v2 #3840
shota3506
started this conversation in
Feature Request
Replies: 2 comments 2 replies
-
PR #3841 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just wonder, for planning purposes, when can we expect a released version including the new GCP pubsub v2 support? :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Package Name
contrib/cloud.google.com/go/pubsub
Package Version(s)
No response
Describe the feature you'd like
The Google Cloud Pub/Sub library has released a new major version, v2, which includes breaking changes.
https://pkg.go.dev/cloud.google.com/go/pubsub/v2
https://github.com/googleapis/google-cloud-go/releases/tag/pubsub%2Fv2.0.0
Because this new version is not backward-compatible, the existing contrib/cloud.google.com/go/pubsub.v1 package does not work with it.
We would like to add of a new instrumentation package, contrib/cloud.google.com/go/pubsub.v2, to support the latest version of the Pub/Sub library.
Is your feature request related to a problem?
No response
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions