Use audit event streamers feature flag to stream to external destinations
What does this MR do and why?
- Created a feature flag to enable/disable the refactored code for
ExternalDestinationStreamer
) to allow for new streamers to be called in conjunction with the existing strategy streams - The feature is default false, and will be used in the future as &12339 is further along.
- When the feature flag is on, it retains original behavior as well as new behavior.
As this is the feature branch / final MR, it makes the most sense to review the previous two MRs before this one.
Or use the commit for this branch for changes: !171431 (4d32542f)
Follow up to these MRs:
References
Resolves: #436616 (closed) Resolves: #436617 (closed)
Edited by Andrew Jung