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

[FIXED] MQTT: more generic names for outgoing stream, etc. #4484

Merged
merged 1 commit into from Sep 4, 2023

Conversation

levb
Copy link
Contributor

@levb levb commented Sep 4, 2023

  • Branch rebased on top of current main (git pull --rebase origin dev)
  • Changes squashed to a single commit (described here)
  • Build is green in Travis CI

Changes proposed in this pull request:

Removed qos2 reference from the MQTT outgoing stream name and subjects.

Rationale: As I was reviewing the documentation and thinking how to move forward with MQTT, I am inclined to use the $MQTT_out stream and session-specific consumers (as opposed to subscription-specific) for all QOS-related packet delivery and PI persistence. I think I will be able to repurpose it "as is", so proposing the generic name change.

Since these (stream, consumer, subscriptions) are newly introduced in #4349 and have not yet been released, this is a safe change.

@levb levb requested a review from a team as a code owner September 4, 2023 12:36
@levb levb requested a review from kozlovic September 4, 2023 12:38
Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

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

LGTM

@derekcollison derekcollison merged commit 60e41aa into dev Sep 4, 2023
2 checks passed
@derekcollison derekcollison deleted the lev-mqtt-rename-out-stream branch September 4, 2023 17:18
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

2 participants