Interface RetransmissionService

All Known Implementing Classes:
KafkaRetransmissionService

public interface RetransmissionService
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    areOffsetsMoved(pl.allegro.tech.hermes.api.Topic topic, String subscriptionName, String brokersClusterName)
     
    List<pl.allegro.tech.hermes.common.kafka.offset.PartitionOffset>
    indicateOffsetChange(pl.allegro.tech.hermes.api.Topic topic, String subscription, String brokersClusterName, long timestamp, boolean dryRun)
     
  • Method Details

    • indicateOffsetChange

      List<pl.allegro.tech.hermes.common.kafka.offset.PartitionOffset> indicateOffsetChange(pl.allegro.tech.hermes.api.Topic topic, String subscription, String brokersClusterName, long timestamp, boolean dryRun)
    • areOffsetsMoved

      boolean areOffsetsMoved(pl.allegro.tech.hermes.api.Topic topic, String subscriptionName, String brokersClusterName)