Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
titleRemoteLogMetadataManager
    /**
     * Denotes whether the partition metadata is ready to serve.
     *
     * @param topicIdPartition topic partition
     * @return True if the partition is initialized for remote storage operations.
     */
    default boolean 
isReady(TopicIdPartition topicIdPartition) {
        return true;
    }

...