Re: Interceptor Morphlines or MorphlineSolrSink

2014-07-24 Thread Wolfgang Hoschek
A Sink allows to emit zero or multiple records per input event whereas an interceptor only allow to emit zero or one records per input event. Also, an interceptor can be used to route events to channels and hence sinks. Wolfgang. On Jul 24, 2014, at 10:23 AM, Guillermo Ortiz wrote: > I want t

Interceptor Morphlines or MorphlineSolrSink

2014-07-24 Thread Guillermo Ortiz
I want to do an ETL, I've been reading the documentation and it talks about if I want to do an ETL I should consider to use MorphlineSolrSink instance of an interceptor with Morphlines, what's the reason?