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

pubsub/rabbitpubsub: Switch to using github.com/rabbitmq/amqp091-go #3133

Merged
merged 1 commit into from May 23, 2022

Conversation

vangent
Copy link
Contributor

@vangent vangent commented May 23, 2022

Fixes #3132

@vangent vangent changed the title pubsub/rabbitpubsub: Switch to using github.com/rabbitmq/amqp091-go. pubsub/rabbitpubsub: Switch to using github.com/rabbitmq/amqp091-go May 23, 2022
@codecov
Copy link

codecov bot commented May 23, 2022

Codecov Report

Merging #3133 (efeb5e0) into master (eecd4f0) will increase coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3133      +/-   ##
==========================================
+ Coverage   72.39%   72.43%   +0.03%     
==========================================
  Files         112      112              
  Lines       14266    14266              
==========================================
+ Hits        10328    10333       +5     
+ Misses       3226     3223       -3     
+ Partials      712      710       -2     
Impacted Files Coverage Δ
pubsub/rabbitpubsub/amqp.go 82.45% <ø> (ø)
pubsub/rabbitpubsub/rabbit.go 80.56% <ø> (ø)
blob/s3blob/s3blob.go 89.84% <0.00%> (-0.28%) ⬇️
runtimevar/awsparamstore/awsparamstore.go 88.00% <0.00%> (+2.50%) ⬆️
internal/retry/retry.go 100.00% <0.00%> (+11.76%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eecd4f0...efeb5e0. Read the comment docs.

@vangent vangent merged commit 05dfa16 into google:master May 23, 2022
@vangent vangent deleted the rabbit branch May 23, 2022 21:52
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.

pubsub/rabbitpubsub: move from streadway/amqp to rabbitmq/amqp091-go
1 participant