Re: [kafka-clients] [VOTE] 3.6.0 RC1

2023-09-20 Thread Gary Russell
My apologies; both classes are in the server-common...-test jar. Both issues can be closed. From: Gary Russell Sent: Wednesday, September 20, 2023 3:56 PM To: users@kafka.apache.org ; dev Subject: Re: [kafka-clients] [VOTE] 3.6.0 RC1 I have lowered the priority

Re: [kafka-clients] [VOTE] 3.6.0 RC1

2023-09-20 Thread Gary Russell
https://issues.apache.org/jira/browse/KAFKA-15092 From: Gary Russell Sent: Wednesday, September 20, 2023 3:36 PM To: users@kafka.apache.org ; dev Subject: Re: [kafka-clients] [VOTE] 3.6.0 RC1 This is a blocker for me [1]. https://issues.apache.org/jira/browse/KAFKA-

Re: [kafka-clients] [VOTE] 3.6.0 RC1

2023-09-20 Thread Gary Russell
This is a blocker for me [1]. https://issues.apache.org/jira/browse/KAFKA-15482 From: Greg Harris Sent: Wednesday, September 20, 2023 12:45 PM To: users@kafka.apache.org Cc: dev ; kafka-clie...@googlegroups.com Subject: Re: [kafka-clients] [VOTE] 3.6.0 RC1 !!

Re: Abort transaction semantics

2021-02-18 Thread Gary Russell
You have to perform seeks (using the consumer) to the lowest unprocessed offset for each partition returned by the poll, before the next poll. From: Peter Cipov Sent: Thursday, February 18, 2021 1:20 PM To: users@kafka.apache.org Subject: Abort transaction semant

Re: High latency for Kafka transactions

2020-11-13 Thread Gary Russell
Have you increased the producer linger.ms property [1] to ~1s? (Default is 0 so records are sent immediately; it generally shouldn't be more than a few ms - depending on how long your serialization takes). If not, perhaps your serialization (or compression) might be the problem; best to profile

Re: Apache Kafka Streams with Sprinng Boot

2020-04-28 Thread Gary Russell
There's a simple example in this answer on Stack Overflow [1]. I am the project lead for the Spring for Apache Kafka project [2]. If you have further questions; ask on Stack Overflow tagged with spring-kafka (I don't monitor this group closely) [1]: https://stackoverflow.com/questions/58193901/u

Re: [RESULTS] [VOTE] 2.5.0 RC3

2020-04-15 Thread Gary Russell
I see 2.5.0 is in maven central (since yesterday). Can I assume it is officially released? Thanks. On Tue, Apr 14, 2020 at 11:15 AM David Arthur wrote: > Thanks everyone! The vote passes with 7 +1 votes (4 of which are binding) > and no 0 or -1 votes. > > 4 binding +1 votes from PMC members Ma

Re: Spring release using apache clients 11

2017-07-21 Thread Gary Russell
We are also considering releasing a 1.3 version, which will have a subset of the 2.0 features, and also support the 0.11 clients, while not requiring Spring Framework 5.0 and Java 8. On 2017-07-20 15:58 (-0400), David Espinosa wrote: > Thanks Rajini! > > El dia 20 jul. 2017 18:41, "Rajini Siv