lianetm commented on code in PR #19250: URL: https://github.com/apache/kafka/pull/19250#discussion_r2005638869
########## clients/src/main/java/org/apache/kafka/clients/consumer/KafkaConsumer.java: ########## @@ -61,9 +61,9 @@ * The consumer is not thread-safe. See <a href="#multithreaded">Multi-threaded Processing</a> for more details. * * <h3>Cross-Version Compatibility</h3> - * This client can communicate with brokers that are version 0.10.0 or newer. Older or newer brokers may not support - * certain features. For example, 0.10.0 brokers do not support offsetsForTimes, because this feature was added - * in version 0.10.1. You will receive an {@link org.apache.kafka.common.errors.UnsupportedVersionException} + * This client can communicate with brokers that are version 2.1 or newer. Older or newer brokers may not support + * certain features. For example, 3.9 brokers do not support {@code subscribe(SubscriptionPattern)}, because this feature was added Review Comment: yes, it's accurate. That feature was the last one added as part of KIP-848 (in 4.0). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org