All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.allegro.tech.hermes.common.broker.BrokerStorage Maven / Gradle / Ivy

The newest version!
package pl.allegro.tech.hermes.common.broker;

import org.apache.kafka.common.TopicPartition;

import java.util.List;

public interface BrokerStorage {

    int readLeaderForPartition(TopicPartition topicAndPartition);

    List readPartitionsIds(String topicName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy