-
Notifications
You must be signed in to change notification settings - Fork 592
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
Split new-trigger-filters feature flag in 2 feature flags CE SQL filter and other filters #6231
Comments
I totally understand the need behind this. However, one of the motivations behind this experimental feature is:
Now we just started with step 1, and the code was merged with the following criteria:
So, I'd take this back at you, do you have any evidence that any of those criteria are not met? I am personally aware of the state of the gosdk implementation of the CESQL, and while it does need more love, it has a full test suite and passes the TCK tests, and as far as I can tell, if the feature is disabled, the experimental code path will not be evaluated even. What I am saying is, we are in the middle of the agreed upon experiment and the current state is by design. Happy to discuss though. |
My suggestion is augmented by discussions of making the CE SQL filter
how is this relevant to the split proposal?
As you can see, today, TCK has very basic tests, we need more tests
Right, but if I want to enable the feature:
hence my suggestion to split to have separate discussions
I'm not discussing the current state, I'm more discussing the next steps. In general, I think, we're compressing 2 features and discussions into one |
This issue is stale because it has been open for 90 days with no |
Problem
CE SQL implementations in the CE SDKs aren't stable and
deeply tested, so the
new-trigger-filters
experimental featurerequires testing and development of the CE SDKs,
which is a prerequisite for us to promote this feature.
"Other filters" solve some use-cases for filtering events and
they are much more stable, so we might want to promote
these filters quickly, also because the implementation
is simpler and the rollout is safer for non-core brokers.
Persona:
Which persona is this feature for?
Exit Criteria
new-trigger-filters
flag.Additional context (optional)
The text was updated successfully, but these errors were encountered: