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

Adapter log subject and large-scale name change #312

Merged
merged 90 commits into from
Jul 26, 2023
Merged

Conversation

bretambrose
Copy link
Contributor

  • Adds a dedicated log subject for logging done within the mqtt5-to-3 adapter
  • Renames mqtt3-to-mqtt5 and all other variants I could find to mqtt5-to-mqtt3

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Bret Ambrose and others added 23 commits July 10, 2023 12:53
Shared subscription set implementation

* Topic tree support for mqtt 311 per-subscription publish received callbacks
* Per-topic-filter subscription record tracking for resubscribe support
* The subscription set could eventually replace the topic tree in the mqtt 311 implementation, but for now leave it alone

---------

Co-authored-by: Bret Ambrose <bambrose@amazon.com>
@@ -91,6 +91,7 @@ enum aws_mqtt_log_subject {
AWS_LS_MQTT5_GENERAL,
AWS_LS_MQTT5_CLIENT,
AWS_LS_MQTT5_CANARY,
AWS_LS_MQTT5_TO_MQTT3_ADAPTER,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

o7

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 84.95% and no project coverage change.

Comparison is base (03cf5e4) 81.70% compared to head (c40ba17) 81.70%.

Additional details and impacted files
@@                 Coverage Diff                 @@
##           AdapterFinalPolish     #312   +/-   ##
===================================================
  Coverage               81.70%   81.70%           
===================================================
  Files                      19       19           
  Lines                    8578     8578           
===================================================
  Hits                     7009     7009           
  Misses                   1569     1569           
Files Changed Coverage Δ
source/mqtt.c 94.59% <ø> (ø)
source/v5/mqtt5_to_mqtt3_adapter.c 76.26% <84.95%> (ø)

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

@bretambrose bretambrose changed the base branch from AdapterFinalPolish to main July 26, 2023 20:12
@bretambrose bretambrose merged commit f09d932 into main Jul 26, 2023
31 checks passed
@bretambrose bretambrose deleted the AdapterFinalPolish2 branch July 26, 2023 20:51
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.

None yet

3 participants