id: org.apache.streampipes.processors.filters.jvm.schema title: Merge stream with same schema sidebar_label: Merge stream with same schema

Description

Merges two events by their schema. It checks two whether the schemas of two events are equal or not. If the schemas are not equal we can throw SpRuntimeException otherwise we can collect them.


Required input

Two events are needed.


Configuration

For each stream schema info should be present

Output

Events with same schemas.