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

DUP: use all connection options for AMQP #1018

Merged

Conversation

Annopaolo
Copy link
Collaborator

Do not use just the host option to let the consumer connect to AMQP, use the full opts set.

What this PR does / why we need it:

Allow to connect to any AMQP broker.

Which issue(s) this PR fixes:

Special notes for your reviewer:

Does this PR introduce a user-facing change?
  • Yes
  • No

Additional documentation e.g. usage docs, diagrams, etc.:


Do not use just the `host` option to let the consumer
connect to AMQP, use the full opts set.

Signed-off-by: Arnaldo Cesco <[email protected]>
@Annopaolo Annopaolo added the app:data_updater_plant This issue or pull request is about astarte_data_updater_plant application label Nov 22, 2024
@Annopaolo Annopaolo requested review from bettio and noaccOS November 22, 2024 16:06
Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.33%. Comparing base (7a9bead) to head (292b0ec).
Report is 25 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1018      +/-   ##
==========================================
+ Coverage   68.45%   69.33%   +0.88%     
==========================================
  Files         282      275       -7     
  Lines        7488     7149     -339     
==========================================
- Hits         5126     4957     -169     
+ Misses       2362     2192     -170     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@matt-mazzucato matt-mazzucato merged commit f177914 into astarte-platform:master Nov 25, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:data_updater_plant This issue or pull request is about astarte_data_updater_plant application
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants