kafka/checkstyle
PoAn Yang 8e54a04723
KAFKA-17536; Ensure clear error message when new consumer used with incompatible cluster (#17411)
In Kafka 4.0, by default the consumer uses the updated consumer group protocol defined in KIP-848. When the consumer is used with a cluster that does not support (or is not configured to use) the new protocol, the consumer will get an unfriendly error about unavailable APIs. Since this error could be the user's first impression when attempting to upgrade to 4.0, we need to make sure that the error is very clear about the remediation steps (set the group.protocol to CLASSIC on the client or upgrade and enable the new protocol on the cluster).

Reviewers: Kirk True <ktrue@confluent.io>, David Jacot <djacot@confluent.io>
2024-10-16 01:30:57 -07:00
..
.scalafmt.conf MINOR: Update to Scala 2.13.12 (#14430) 2023-09-24 06:05:12 -07:00
checkstyle.xml KAFKA-16643 Add ModifierOrder checkstyle rule (#15890) 2024-06-13 15:39:32 +08:00
import-control-coordinator-common.xml KAFKA-17367: Introduce share coordinator [2/N] (#17011) 2024-09-09 20:01:24 -04:00
import-control-core.xml KAFKA-17536; Ensure clear error message when new consumer used with incompatible cluster (#17411) 2024-10-16 01:30:57 -07:00
import-control-group-coordinator.xml KAFKA-16379; Coordinator event queue, processing, flush, purgatory time histograms (#16949) 2024-08-23 04:53:22 -07:00
import-control-jmh-benchmarks.xml MINOR: Fix a race and add JMH bench for HdrHistogram (#17221) 2024-09-27 23:49:10 +09:00
import-control-metadata.xml KAFKA-16518: Implement KIP-853 flags for storage-tool.sh (#16669) 2024-08-02 15:47:45 -07:00
import-control-server-common.xml KAFKA-15853 Move KafkaConfig log properties and docs out of core (#15569) 2024-04-20 04:14:23 +08:00
import-control-server.xml KAFKA-17563 Move `RequestConvertToJson` to server module (#17223) 2024-09-27 02:19:47 +08:00
import-control-share-coordinator.xml KAFKA-17367: Share coordinator persistent batch merging algorithm. [3/N] (#17149) 2024-10-02 11:30:51 -04:00
import-control-share.xml KAFKA-17626: Move common fetch related classes from storage to server-common (#17289) 2024-09-26 20:31:28 -04:00
import-control-storage.xml KAFKA-17589 Move JUnit extensions to test-common module (#17318) 2024-10-03 10:28:37 +08:00
import-control-test-common-api.xml KAFKA-17706 Allow all imports for test-common and test-common-api (#17378) 2024-10-06 14:02:10 +08:00
import-control-test-common.xml KAFKA-17706 Allow all imports for test-common and test-common-api (#17378) 2024-10-06 14:02:10 +08:00
import-control-transaction-coordinator.xml KAFKA-17199 Add UT for TransactionLogConfig and TransactionStateManagerConfig (#17442) 2024-10-12 09:42:54 +08:00
import-control.xml KAFKA-17633: Add share group record formatter and parser. (#17467) 2024-10-15 11:44:15 +05:30
java.header
suppressions.xml KAFKA-14577: Move ConsoleProducer to tools module (#17157) 2024-10-07 11:19:59 +02:00