Re: Disable Metron parser output writer entirely

2018-02-05 Thread Ali Nazemian
Thanks, Simon. On 5 Feb. 2018 22:00, "Simon Elliston Ball" wrote: > 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

Re: Disable Metron parser output writer entirely

2018-02-05 Thread Simon Elliston Ball
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

Re: Disable Metron parser output writer entirely

2018-02-04 Thread Ali Nazemian
What about the performance difference? On Fri, Feb 2, 2018 at 10:41 PM, Otto Fowler 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

Re: Disable Metron parser output writer entirely

2018-02-02 Thread Otto Fowler
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

Disable Metron parser output writer entirely

2018-02-01 Thread Ali Nazemian
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