Package kafka.server.share
package kafka.server.share
-
ClassDescriptionA delayed share fetch operation has been introduced in case there is a share fetch request which cannot be completed instantaneously.This class is used to store the remote storage fetch information for topic partitions in a share fetch request.Utility class for post-processing of share fetch operations.The SharePartition is used to track the state of a partition that is shared between multiple consumers.The SharePartitionCache is used to cache the SharePartition objects.The SharePartitionManager is responsible for managing the SharePartitions and ShareSessions.