-
Notifications
You must be signed in to change notification settings - Fork 110
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
event_stream - Ensure forward_events works as expected #337
Conversation
355145f
to
3f64ad6
Compare
@Alex-Izquierdo is there any label for deprecated features? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @alinabuzachis , the option name is correct, because "forward events" is what we have right now in the UI. This is a similar case that we had with source mappings, the UI has a different interface than the API, so we decided the module to align with the UI.
In this way, we don't need to rename or add new fields, just we have to reverse the boolean for the test_mode api param.
test_mode = not forward_events
75f0148
to
ff3688d
Compare
Will rebase once #336 is merged. |
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
94bd92b
to
f03f388
Compare
event_stream - Ensure forward_events works as expected