Hi All,
Recently I faced the Below issue
WARN Fetcher:679 - Received unknown topic or partition error in ListOffset
request for partition messages-2-1. The topic/partition may not exist or
the user may not have Describe access to it
My consumer is not working for the particular topic. When I ch
Hi,
I'm using Kafka cluster on three different servers, Recently my servers
went down when I start the server and then start the services, One of the
Zookeeper is not connected to the Kafka cluster and it stayed there for two
days...
So I killed the stack in Rancher and then start the new one all
Hi,
Facing Duplication inconsistently while bouncing Kafka producer and
consumer in tomcat node. any help will be appreciated to find out the root
cause.
--
With Regards,
Karthick.K
Hi,
Currently, I'm using kafka_2.11-0.10.2.0. In this working in almost once
semantic in Kafka consumer, But I need to change that in exactly once
semantics.
--
With Regards,
Karthick. K
Tue, May 15, 2018 at 2:19 AM, Karthick Kumar
> wrote:
>
> > Hi Andras/Kaufman,
> >
> > I have tried both logger properties, But it is not working for me.
> >
> > Here I share the some DEBUG logger message which is print in my tomcat
> node
> >
>
is will remove all DEBUG lines where the logger name starts with
> > org.apache.kafka.
> >
> > HTH,
> > Andras
> >
> > On Fri, May 11, 2018 at 9:28 AM, Karthick Kumar
> > wrote:
> >
> > > Hi,
> > >
> > > I'm using tomcat no
anks
>
> On Fri, May 11, 2018 at 6:41 AM, Karthick Kumar
> wrote:
>
> > Hi,
> >
> > I'm using tomcat nodes for Kafka producer and consumer, Recently I faced
> > some issues with it.
> > Normally the producer and consumer counts matched in the tomcat
Hi,
I'm using tomcat nodes for Kafka producer and consumer, Recently I faced
some issues with it.
Normally the producer and consumer counts matched in the tomcat nodes.
After some time the produced data is consumed with delay, I'm not sure
where to check.
The data which was delayed is dumped over
Hi,
I'm using tomcat node as a Kafka consumer, It prints the INFO, DEBUG and
ERROR logs.
When I analyzed in log file debug logs are taking more space. So i'm having
disk space issue.
I'm using *log4j.properties* for managing the logs, Now I want to remove
the DEBUG logs from my logger file.
Any