Hello Akash,
I have deployed 5 node kafka clusters and I have configured topics with 5
as replication as well but still when one of the nodes from the cluster
goes down. then messages are not consumed with already connected kafka
streams. I get logs on kafka streams' like error connection node. As
This error is retriable by the producer. However, if this is happening
frequently, this may point to an unstable Kafka cluster. So focus on
brokers' health and stability. Investigate if there are issues with your
brokers.
On Thu, Sep 12, 2024 at 10:23 AM Vikram Singh
wrote:
> Hello Akash,
>
> I
Hello Akash,
I am getting below error logs sometimes when a kafka producer is going to
produce some messages to the topic.
*Logs:-*
org.apache.kafka.common.errors.NotLeaderOrFollowerException: For requests
intended only for the leader, this error indicates that the broker is not
the current leade
Hello Akash,
I will try by changing compression type and test if the issue persists, but
for now the issue is resolved I guess. I just changed replication_factor of
the topic to 3. It was like a 3-node kafka cluster and replication_factor
was configured 2 for the topic.
On Wed, Aug 28, 2024 at 2:
Also what is the version of Java you are running?
On Wed, Aug 28, 2024 at 11:44 AM Akash Jain wrote:
> Hi Vikram, please share some more details:
>
>1. producer version
>2. broker version
>3. broker side config you mentioned is "snappy", can you check what is
>it on topic level a
Hi Vikram, please share some more details:
1. producer version
2. broker version
3. broker side config you mentioned is "snappy", can you check what is
it on topic level as well
4. do you face this issue when you use any other algorithm instead of
snappy, say lz4? Try with topic
Hello Akash,
It's the same on the broker side as well.
*Broker side config:-* compression.type=snappy
On Mon, Aug 26, 2024 at 9:30 PM Akash Jain wrote:
> And what is it on broker?
>
> On Sunday, August 25, 2024, Vikram Singh .invalid>
> wrote:
>
> > Hello Akash,
> >
> >
> > Yes, i am using co
And what is it on broker?
On Sunday, August 25, 2024, Vikram Singh
wrote:
> Hello Akash,
>
>
> Yes, i am using compression type in producer side configuration as
> mentioned below,
>
> And the compression type I am using is *snappy*.
>
>
> *Compression on producer :-*
>
> producerProperties.put(
Hello Akash,
Yes, i am using compression type in producer side configuration as
mentioned below,
And the compression type I am using is *snappy*.
*Compression on producer :-*
producerProperties.put("compression.type",CloudKafkaProducerConfig.
COMPRESSION_TYPE);
On Fri, Aug 23, 2024 at 5:56 P
Hi Vikram. Can you share you code snippet? Are you using compression on
producer/broker side?
On Friday, August 23, 2024, Vikram Singh
wrote:
> Hello,
>
> I am facing issues while producing messages on kafka topics. I am facing
> this issue randomly. Please help me by referring to the logs below
Hello,
I am facing issues while producing messages on kafka topics. I am facing
this issue randomly. Please help me by referring to the logs below.
Logs :-
1). ERROR [ReplicaManager broker=0] Error processing append operation on
partition MHM_CLZ_COM-AWS_123-7 (kafka.server.ReplicaManager)
org.a
11 matches
Mail list logo