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

[DSC-54] Integration/subscription filters #1306

Merged
merged 2 commits into from May 26, 2023

Conversation

mschristensen
Copy link
Contributor

Adds a new experimental getDerived method for obtaining an instance of a "derived
channel" which applies a filter to messages in the upstream channel.

The channel filter is specified via a base64 encoded JMESPath expression
which is given as the value of a new channel qualifier called "filter".

This commit adds a new getDerived method for obtaining an instance of a "derived
channel" which applies a filter to messages in the upstream channel.

The channel filter is specified via a base64 encoded JMESPath expression
which is given as the value of a new channel qualifier called "filter".

This feature is currently only available in preview and a feature flag
must be enabled on your Ably account to use it.
@github-actions github-actions bot temporarily deployed to staging/pull/1306/features May 26, 2023 13:06 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1306/bundle-report May 26, 2023 13:07 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1306/typedoc May 26, 2023 13:07 Inactive
Copy link
Member

@owenpearson owenpearson left a comment

Choose a reason for hiding this comment

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

LGTM, thanks

@owenpearson owenpearson merged commit 7960497 into main May 26, 2023
8 of 10 checks passed
@owenpearson owenpearson deleted the integration/subscription-filters branch May 26, 2023 13:23
@annamariyaivanova annamariyaivanova changed the title Integration/subscription filters [DSC-54] Integration/subscription filters Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants