;> > > >>Hi Neha,
> >> > > >>
> >> > > >>I was able to figure this out, this is happening due to time based
> >> > > >>rolling.
> >> > > >>
> >> > > >>But now problem, when I fetch the messages
gt; > >>
>> > > >>But now problem, when I fetch the messages for particular topic,
>> server
>> > > >>is
>> > > >>reading only one log file, returns those messages only.
>> > > >>
>> > > >>Is th
t; > >>
> > > >>But now problem, when I fetch the messages for particular topic,
> server
> > > >>is
> > > >>reading only one log file, returns those messages only.
> > > >>
> > > >>Is there any way I can combine all log files which are
eading only one log file, returns those messages only.
> > >>
> > >>Is there any way I can combine all log files which are already produced
> > >>into
> > >>one, so that I can get all messages posted in that topic.
> > >>
> > >&
y.
> >>
> >>Is there any way I can combine all log files which are already produced
> >>into
> >>one, so that I can get all messages posted in that topic.
> >>
> >>Thanks,
> >>Snehalata
> >>
> >>
> >>-Original Message-
;one, so that I can get all messages posted in that topic.
>>
>>Thanks,
>>Snehalata
>>
>>
>>-Original Message-
>>From: Snehalata Nagaje [mailto:snehalata.nag...@harbingergroup.com]
>>Sent: Thursday, April 18, 2013 11:41 AM
>>To: users@ka
ll messages posted in that topic.
>
>Thanks,
>Snehalata
>
>
>-Original Message-
>From: Snehalata Nagaje [mailto:snehalata.nag...@harbingergroup.com]
>Sent: Thursday, April 18, 2013 11:41 AM
>To: users@kafka.apache.org
>Subject: RE: producer creating multiple
message sending
Thanks Neha,
-Original Message-
From: Neha Narkhede [mailto:neha.narkh...@gmail.com]
Sent: Wednesday, April 17, 2013 9:08 PM
To: users@kafka.apache.org
Subject: Re: producer creating multiple log files after message sending
Hi Snehalata,
Would you grep through the log4j
Thanks Neha,
-Original Message-
From: Neha Narkhede [mailto:neha.narkh...@gmail.com]
Sent: Wednesday, April 17, 2013 9:08 PM
To: users@kafka.apache.org
Subject: Re: producer creating multiple log files after message sending
Hi Snehalata,
Would you grep through the log4j files for the
Hi Snehalata,
Would you grep through the log4j files for the topic under
consideration and look for "Rolling.*due to". This will tell us why
the log is getting rolled over.
Thanks,
Neha
On Wed, Apr 17, 2013 at 12:05 AM, Snehalata Nagaje
wrote:
> Hi,
>
>
>
> I am using kafak 0.8 version and send
Hi,
I am using kafak 0.8 version and sending messages to kafka server using
below code,
Producer producer = new Producer(new
ProducerConfig(props));
producer.send(new KeyedMessage(topicName,partitionKey,jsonString));
producer.close();
I am able to post messages with, but after certain
11 matches
Mail list logo