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

AppConfig/advertiseSubscriptions as a safety switch for SDK #295

Merged
merged 1 commit into from
May 24, 2024

Conversation

dorjesinpo
Copy link
Collaborator

Control enabling configureStream in new SDK release

Signed-off-by: dorjesinpo <129227380+dorjesinpo@users.noreply.github.com>
@dorjesinpo dorjesinpo requested a review from a team as a code owner May 20, 2024 21:27
@dorjesinpo dorjesinpo added the enhancement New feature or request label May 20, 2024
@dorjesinpo dorjesinpo requested a review from kaikulimu May 20, 2024 23:40
if (theConfig.brokerVersion() == 999999 ||
(theConfig.configureStream() &&
theConfig.advertiseSubscriptions())) {
features.append(";")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is the trigger to enable subscription to append this "SUBSCRIPTIONS:CONFIGURE_STREAM"?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We need to add this to #224

Copy link
Collaborator

@kaikulimu kaikulimu left a comment

Choose a reason for hiding this comment

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

lgtm

@dorjesinpo dorjesinpo merged commit a9116fc into main May 24, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants