ijuma commented on pull request #34089: URL: https://github.com/apache/spark/pull/34089#issuecomment-1034204724
@HeartSaVioR Whoever uses Spark can define the kafka-clients version they want to use, right? > I see lots of bug tickets having affected versions as 2.x but having resolved versions as 3.0.x and 3.1.0. Does it mean we no longer be able to expect new bugfixes in 2.8.x? Yes and that's why you should _not_ stick to older versions. Kafka bumped the major version mostly due to changes related to KRaft that do not affect clients (which is what Spark uses). The client related changes with compatibility impact are changes in default (acks and idempotence), so people have full control over them via their client configuration. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
