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

pl.allegro.tech.hermes.consumers.consumer.receiver.kafka.KafkaReceiverParameters Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
package pl.allegro.tech.hermes.consumers.consumer.receiver.kafka;

import java.time.Duration;

public interface KafkaReceiverParameters {

    Duration getPoolTimeout();

    int getReadQueueCapacity();

    boolean isWaitBetweenUnsuccessfulPolls();

    Duration getInitialIdleTime();

    Duration getMaxIdleTime();

    String getClientId();

    boolean isFilteringRateLimiterEnabled();

    boolean isFilteringEnabled();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy