Re: [VOTE] 3.3.0 RC2

2022-09-27 Thread David Arthur
I re-ran the failing system tests last night and got passing builds for each. There is still some flakiness it seems. Round trip test: http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/system-test-kafka-branch-builder--1664223686--apache--3.3--9b8a48ca2a/2022-09-

Re: Apache Kafka :-Producer-Consumer at different network

2022-09-27 Thread James Ziesig
Hi Namita, This is likely a listener configuration issue. The bootstrap server setting only gets you so far, your client must be able to contact the server via a listener address. I have seen this occur on a few systems where a hostname could not be identified by Kafka, so the server advertises

Re: [VOTE] 3.3.0 RC2

2022-09-27 Thread Mickael Maison
+1 (binding) I checked the signatures/checksums, built from source and ran tests, and ran the quickstart with the 2.13 binaries. Thanks José and David for running this release On Mon, Sep 26, 2022 at 11:07 PM David Arthur wrote: > > Thanks for the votes, everyone! > > Here is the best recent run

Re: Out of order messages when kafka streams application catches up

2022-09-27 Thread Tomasz Gac
I upgraded to kafka streams 3.0.0 with positive task.max.idle.ms and it did not help. When lag is large, the application still consumes data batches without interleaving. wt., 27 wrz 2022 o 05:51 John Roesler napisał(a): > Hi Tomasz, > > Thanks for asking. This sounds like the situation that w

Re: Apache Kafka :-Producer-Consumer at different network

2022-09-27 Thread Namita Jaokar
++ Updates. On Tue, Sep 27, 2022 at 12:54 PM Namita Jaokar wrote: > Hi All, > > I am currently exploring a scenario where my producer and consumer are at > different networks and systems. > > Below is my scenario: > > My kafka producer is on a client network on a system that does not have > Apac

Apache Kafka :-Producer-Consumer at different network

2022-09-27 Thread Namita Jaokar
Hi All, I am currently exploring a scenario where my producer and consumer are at different networks and systems. Below is my scenario: My kafka producer is on a client network on a system that does not have Apache kafka installed. My Kafka consumer is on my network and my system. I have the zoo