This is an automated email from the ASF dual-hosted git repository. jgus pushed a change to branch 2.4 in repository https://gitbox.apache.org/repos/asf/kafka.git.
from 7f33072 MINOR: Modified Exception handling for KIP-470 (#7461) new c74b437 KAFKA-8983; AdminClient deleteRecords should not fail all partitions unnecessarily (#7449) new 1a5971e KAFKA-7190; Retain producer state until transactionalIdExpiration time passes (#7388) The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../kafka/clients/admin/KafkaAdminClient.java | 73 ++++++++++---------- .../kafka/clients/admin/KafkaAdminClientTest.java | 80 +++++++++++++++++++--- .../test/java/org/apache/kafka/test/TestUtils.java | 17 +++++ core/src/main/scala/kafka/log/Log.scala | 1 - .../scala/kafka/log/ProducerStateManager.scala | 58 ++-------------- core/src/test/scala/unit/kafka/log/LogTest.scala | 13 ++-- .../unit/kafka/log/ProducerStateManagerTest.scala | 63 +++-------------- 7 files changed, 154 insertions(+), 151 deletions(-)