DiezNobach opened a new pull request, #40059:
URL: https://github.com/apache/beam/pull/40059

   `pubsubio` imported `google.golang.org/genproto/googleapis/pubsub/v1` just 
to use
   `PubsubMessage` as a plain proto struct. Recent `genproto` releases dropped 
that
   package, breaking builds for any module needing a newer `genproto`. The 
actual
   read/write logic never used a gRPC client from it — it delegates to 
Dataflow's
   native `pubsub_read/write` external transform.
   
   This swaps the import for `cloud.google.com/go/pubsub/v2/apiv1/pubsubpb`, 
which is
   wire-compatible (same field numbers) — no behavior change.
   
   - [x] fixes #40018
   - [x] Updated `CHANGES.md`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to