Hello Sumit, We are going to release 2.0 soon which should contain this fix: https://issues.apache.org/jira/browse/KAFKA-6825
I'm going to cherry-pick it into 1.1 as well so that for the coming bug-fix release 1.1.1 it will also contain this. Guozhang On Thu, May 31, 2018 at 5:48 AM, Sumit Baurai <sumit.bau...@devoteam.com> wrote: > Hi, > > I am trying to use the default production exception handler. I am managing > all my dependencies using Maven. Following are the co-ordinates that I am > using : > > <dependency> > <groupId>org.apache.kafka</groupId> > <artifactId>kafka-streams</artifactId> > <version>1.1.0</version> > </dependency> > <dependency> > <groupId>org.apache.kafka</groupId> > <artifactId>kafka-clients</artifactId> > <version>1.1.0</version> > </dependency> > > 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, I can see that this is > resolved in the latest code base on github, but the jars on maven > repositories are still not up to date. > > How can I overcome this limitation and use the latest codebase. > > > > > > *Sumit Baurai*Senior Consultant > Architecture & Implementation > > +31 6 41 90 06 11 <+316%2041%2090%2006%2011> > sumit.bau...@devoteam.com > -- -- Guozhang