Add Sensorevents to CEP Engine and get a list of all properties
问题 I want to build a CEP-Engine which is dynamic so you can add different event streams. As soon as a new stream is added, Esper should be able to read all the properties of the stream and put it into a list, for example. (For example integer id, long temperature, date timestamp etc.) Is this possible in Esper? Would be very grateful for any help 回答1: In order to add a stream at runtime you can use create-schema. create schema MyStream(id int, ...) For a stream that accepts events that an