I expect the performance would be dire. If you really wanted to do something like this, a custom writer might make sense. KAFKA_PUT is really meant for debugging use cases only. It’s a very non-stellar construct (non-expression, no return, side-effect dependent…) Also, it creates a producer for every call, so your are definitely not going to get performance out of it.
Simon > On 5 Feb 2018, at 06:32, Ali Nazemian <alinazem...@gmail.com> wrote: > > What about the performance difference? > > On Fri, Feb 2, 2018 at 10:41 PM, Otto Fowler <ottobackwa...@gmail.com> > wrote: > >> You cannot. >> >> >> >> On February 1, 2018 at 23:51:28, Ali Nazemian (alinazem...@gmail.com) >> wrote: >> >> Hi All, >> >> I am trying to investigate whether we can disable a Metron parser output >> writer entirely and manage it via KAFKA_PUT Stellar function instead. >> First, is it possible via configuration? Second, will be any performance >> difference between normal Kafka writer and the Stellar version of it >> (KAFKA_PUT). >> >> Regards, >> Ali >> >> > > > -- > A.Nazemian