Re: StreamsConfig.DEFAULT_PRODUCTION_EXCEPTION_HANDLER_CLASS_CONFIG

2018-06-01 Thread Guozhang Wang
I > am > > > using : > > > > > > > > > org.apache.kafka > > > kafka-streams > > > 1.1.0 > > > > > > > > > org.apache.kafka > > > kafka-clients > > > 1.1.0 > > > > &g

Re: StreamsConfig.DEFAULT_PRODUCTION_EXCEPTION_HANDLER_CLASS_CONFIG

2018-06-01 Thread Sumit Baurai
org.apache.kafka > > kafka-clients > > 1.1.0 > > > > > > My Problem is that I am not able to use the property : > > StreamsConfig.DEFAULT_PRODUCTION_EXCEPTION_HANDLER_CLASS_CONFIG > > because this has been declared as "private". > > > > Upon going through the apache commit archives,

Re: StreamsConfig.DEFAULT_PRODUCTION_EXCEPTION_HANDLER_CLASS_CONFIG

2018-05-31 Thread Matthias J. Sax
t; >> org.apache.kafka >> kafka-clients >> 1.1.0 >> >> >> My Problem is that I am not able to use the property : >> StreamsConfig.DEFAULT_PRODUCTION_EXCEPTION_HANDLER_CLASS_CONFIG >> because this has been declared as "private&qu

StreamsConfig.DEFAULT_PRODUCTION_EXCEPTION_HANDLER_CLASS_CONFIG

2018-05-31 Thread Sumit Baurai
to use the property : StreamsConfig.DEFAULT_PRODUCTION_EXCEPTION_HANDLER_CLASS_CONFIG because this has been declared as "private". Upon going through the apache commit archives, I can see that this is resolved in the latest code base on github, but the jars on maven repositories are st