This is an automated email from the ASF dual-hosted git repository.
dajac pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from 67d21c4 MINOR: Small improvements to KafkaProducer javadocs (#11467)
add 0916622 KAFKA-13394: Topic IDs should be removed from
PartitionFetchState if they are no longer sent by the controller (#11459)
No new revisions were added by this update.
Summary of changes:
.../main/scala/kafka/server/ReplicaManager.scala | 8 +++
.../kafka/server/FetchRequestTestDowngrade.scala | 81 ++++++++++++++++++++++
.../unit/kafka/server/ReplicaManagerTest.scala | 22 +++---
3 files changed, 103 insertions(+), 8 deletions(-)
create mode 100644
core/src/test/scala/integration/kafka/server/FetchRequestTestDowngrade.scala