Skip to content

Impose limit on AMQP filter complexity #13196

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

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Impose limit on AMQP filter complexity #13196

merged 1 commit into from
Feb 3, 2025

Conversation

ansd
Copy link
Member

@ansd ansd commented Feb 3, 2025

As described in section 7.1 of filtex-v1.0-wd09:

Impose a limit on the complexity of each filter expression.

Here, we hard code the maximum properties within a filter expression to 16. There should never be a use case requiring to filter on more than 16 different properties.

As described in section 7.1 of filtex-v1.0-wd09:
> Impose a limit on the complexity of each filter expression.

Here, we hard code the maximum properties within a filter expression to 16.
There should never be a use case requiring to filter on more than 16
different properties.
@ansd ansd added this to the 4.1.0 milestone Feb 3, 2025
@ansd ansd merged commit 387391a into main Feb 3, 2025
270 checks passed
@ansd ansd deleted the filtex-max-props branch February 3, 2025 13:21
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.

1 participant