Skip to content

samples/gocdk-pubsub: replace archived streadway/amqp with rabbitmq/amqp091-go#3686

Merged
vangent merged 1 commit intogoogle:masterfrom
gaganhr94:fix/replace-streadway-amqp
Apr 5, 2026
Merged

samples/gocdk-pubsub: replace archived streadway/amqp with rabbitmq/amqp091-go#3686
vangent merged 1 commit intogoogle:masterfrom
gaganhr94:fix/replace-streadway-amqp

Conversation

@gaganhr94
Copy link
Copy Markdown
Contributor

Fixes #3685

The streadway/amqp library has been archived; rabbitmq/amqp091-go is the official drop-in replacement maintained by the RabbitMQ team.

Replace the deprecated github.com/streadway/amqp dependency with
github.com/rabbitmq/amqp091-go in samples/gocdk-pubsub/main_test.go.

The streadway/amqp repository has been archived by its maintainer.
rabbitmq/amqp091-go is the official community continuation maintained
by the RabbitMQ team and is a drop-in API-compatible replacement.
@vangent
Copy link
Copy Markdown
Contributor

vangent commented Apr 5, 2026

Thanks!

@vangent vangent merged commit 36773c1 into google:master Apr 5, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace deprecated github.com/streadway/amqp with github.com/rabbitmq/amqp091-go

2 participants