Interface KafkaConsumerParameters

All Known Implementing Classes:
KafkaConsumerProperties

public interface KafkaConsumerParameters
  • Method Details

    • getSendBufferBytes

      int getSendBufferBytes()
    • getReceiveBufferBytes

      int getReceiveBufferBytes()
    • getFetchMinBytes

      int getFetchMinBytes()
    • getFetchMaxWait

      Duration getFetchMaxWait()
    • getReconnectBackoff

      Duration getReconnectBackoff()
    • getRetryBackoff

      Duration getRetryBackoff()
    • isCheckCrcs

      boolean isCheckCrcs()
    • getMetricsSampleWindow

      Duration getMetricsSampleWindow()
    • getMetricsNumSamples

      int getMetricsNumSamples()
    • getRequestTimeout

      Duration getRequestTimeout()
    • getConnectionsMaxIdle

      Duration getConnectionsMaxIdle()
    • getMaxPollRecords

      int getMaxPollRecords()
    • getMaxPollInterval

      Duration getMaxPollInterval()
    • getAutoOffsetReset

      String getAutoOffsetReset()
    • getSessionTimeout

      Duration getSessionTimeout()
    • getHeartbeatInterval

      Duration getHeartbeatInterval()
    • getMetadataMaxAge

      Duration getMetadataMaxAge()
    • getMaxPartitionFetchMin

      int getMaxPartitionFetchMin()
    • getMaxPartitionFetchMax

      int getMaxPartitionFetchMax()
    • getPartitionAssignmentStrategies

      List<PartitionAssignmentStrategy> getPartitionAssignmentStrategies()