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 java.util.List;
import org.apache.kafka.common.TopicPartition;

public interface BrokerStorage {

  int readLeaderForPartition(TopicPartition topicAndPartition);

  List readPartitionsIds(String topicName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy