About regression introduced in KIP-962 fixed in KAFKA-19208

2025-07-21 Thread Sébastien
t is the latest version included in actual spring boot version) , and later a migration from 3.8.1 to 4.x, should I directly go to 4.x with that regression ? Thank for your help Sébastien

About regression introduced in KIP-962 fixed in KAFKA-19208

2025-07-23 Thread Sébastien
t is the latest version included in actual spring boot version) , and later a migration from 3.8.1 to 4.x, should I directly go to 4.x with that regression ? Thank for your help Sébastien

Incorrect declared batch size, premature EOF reached

2022-11-29 Thread Sébastien Rebecchi
neric patterns (like TOPIC-PARTITION). Any help would be appreciated. Sébastien Rebecchi Received exception when fetching the next record from TOPIC-PARTITION. If needed, please seek past the record to continue consumption. org.apache.kafka.common.KafkaException: Received exception when fetching the

Re: Regarding Kafka connect task to partition relationship for both source and sink connectors

2024-05-30 Thread Sébastien Rebecchi
Hello Confirmed. Partition is the minimal granularity level, so having more consumers than the number of partitions of a topic for a same consumer group is useless, having P partitions means maximum parallelism is reached using P consumers. Regards, Sébastien. Le jeu. 30 mai 2024 à 14:43

Kafka rebalance

2024-06-12 Thread Sébastien Rebecchi
x27;t be of any use in theory. So does Kafka still triggers a rebalancing? Thanks , Sébastien