On 11/17/11 6:51 AM, Aron Sogor wrote:
I was wondering what is the method one can submit events to piper?

Hi Aron,

that's the purpose of the adaptor... which is not ready yet for s4-piper!
See https://issues.apache.org/jira/browse/S4-22

In the meantime, you could directly inject events on streams from the S4 app, as in the classifier example:

https://github.com/leoneu/s4-piper/blob/master/subprojects/s4-example/src/main/java/org/apache/s4/example/model/MyApp.java#L55

or indirectly from a PE, as in the counter example:

https://github.com/leoneu/s4-piper/blob/master/subprojects/s4-example/src/main/java/org/apache/s4/example/counter/MyApp.java#L107



Hope this helps,

Matthieu



Reply via email to