Log message

2023-07-10 Thread naman jain
There's a log message that i receive and than application terminates stating that there's still some message left in the queue. I have tried all the parameters that i could, like increasing the buffer size, linger.ms<http://linger.ms/> but to no avail I wasnt able to solve this

Re: Is 0.11 inter broker protocol and log message format backward compatible with 0.10.0 ?

2018-06-19 Thread Ishwor Gurung
0.11 what is the expected behaviour? Will the upgraded Yes broker node join the cluster? Will the cluster work as expected? Is 0.11 Yes inter broker protocol and log message format backward compatible with 0.10.0 ? Yes. But with a performance penalty on the Kafka server because each

Is 0.11 inter broker protocol and log message format backward compatible with 0.10.0 ?

2018-06-17 Thread Debraj Manna
okers. Can some one let me know if I just update the binaries in one of the broker in a Kafka cluster 0.11 what is the expected behaviour? Will the upgraded broker node join the cluster? Will the cluster work as expected? Is 0.11 inter broker protocol and log message format backward compatible

(solved) Re: kafka 1.0/0.11.0.1 log message upgrade: Error processing fetch operation on partition __consumer_offsets-21 offset 200349244

2017-12-16 Thread Brett Rann
72 ERROR kafka.server.ReplicaManager >> 2017-12-15T07:39:40.381+ [ReplicaManager broker=1] Error processing >> fetch operation on partition __consumer_offsets-1 offset 2045483676 >> kafka-request-handler-5 74 ERROR kafka.server.ReplicaManager >> 2017-12-15T07:39:4

Re: kafka 1.0/0.11.0.1 log message upgrade: Error processing fetch operation on partition __consumer_offsets-21 offset 200349244

2017-12-15 Thread Brett Rann
_consumer_offsets-31 offset 235294887 > > Every second or so. > > If we stop that broker, those errors simply shift to the next leader for > those 4 partitions. And moving the partitions to completely new brokers > just moves the errors. > > We only see this on kafka1. not

kafka 1.0/0.11.0.1 log message upgrade: Error processing fetch operation on partition __consumer_offsets-21 offset 200349244

2017-12-15 Thread Brett Rann
, those errors simply shift to the next leader for those 4 partitions. And moving the partitions to completely new brokers just moves the errors. We only see this on kafka1. not the other 9 brokers which had the log message fromat upgraded a day or two later. Any suggestion on how to proceed? I'

Modify log message during consumer fetch

2016-10-31 Thread Dominik Safaric
Dear all, I am aware of the fact that Kafka is pull based, however, I’ve been curious: is it possible to modify a message between consumer fetch request and before the message queues up at the consumer side? Thanks in advance, Dominik

Re: Log message key content into LOG4j

2016-02-10 Thread Jens Rantil
s it possibile to log message header / key into server logs ( Log4j ) on > message broker ? > I would like to track message after a few years , so I need to prove that > message exists on message broker in some particular time. > > my case : > > Publisher log information

Log message key content into LOG4j

2016-02-08 Thread Robert Drygała
Hi Is it possibile to log message header / key into server logs ( Log4j ) on message broker ? I would like to track message after a few years , so I need to prove that message exists on message broker in some particular time. my case : Publisher log information into business log (e.g. log4j

Re: how to wait next log message on the partition queue

2015-05-25 Thread Kamal C
the last message on the partition. Now the questions are: > > > 1. If the consumer tries to fetch next message, then what value > > > will be return by Kafka server to consumer for offset ? > > > > > > 2. If I want my consumer to wait till producer sends next log > > > message then how can I achieve this ? How can I make my consumer to > wait > > > for next message ? > > > > > > > > > - Ganesh > > > > > >

Re: how to wait next log message on the partition queue

2015-05-25 Thread Nipur Patodi
sumer for offset ? > > > > 2. If I want my consumer to wait till producer sends next log > > message then how can I achieve this ? How can I make my consumer to wait > > for next message ? > > > > > > - Ganesh > > >

Re: how to wait next log message on the partition queue

2015-05-25 Thread tao xiao
; the last message on the partition. Now the questions are: > 1. If the consumer tries to fetch next message, then what value > will be return by Kafka server to consumer for offset ? > > 2. If I want my consumer to wait till producer sends next log > message then how ca

how to wait next log message on the partition queue

2015-05-25 Thread Ganesh Nikam
to the last message on the partition. Now the questions are: 1. If the consumer tries to fetch next message, then what value will be return by Kafka server to consumer for offset ? 2. If I want my consumer to wait till producer sends next log message then how can I achieve this ? How