Conditional Routing RFC

Yesterday I posted an RFC for supporting conditional routing within Data Prepper. The goal of this feature is to allow pipeline authors to control the sinks and processors events to which Data Prepper routes events. I’m very interested in your feedback.

https://github.com/opensearch-project/data-prepper/issues/1007

Data Prepper currently follows a pipeline model and not a programming model. This RFC provides our solution to routing rather than using if/then/else-if conditional branching. I’d like to know if there are any use-cases that you need which are not supported here.

1 Like