Interface KafkaConsumerParameters

    • Method Detail

      • getSendBufferBytes

        int getSendBufferBytes()
      • getReceiveBufferBytes

        int getReceiveBufferBytes()
      • getFetchMinBytes

        int getFetchMinBytes()
      • getFetchMaxWait

        java.time.Duration getFetchMaxWait()
      • getReconnectBackoff

        java.time.Duration getReconnectBackoff()
      • getRetryBackoff

        java.time.Duration getRetryBackoff()
      • isCheckCrcs

        boolean isCheckCrcs()
      • getMetricsSampleWindow

        java.time.Duration getMetricsSampleWindow()
      • getMetricsNumSamples

        int getMetricsNumSamples()
      • getRequestTimeout

        java.time.Duration getRequestTimeout()
      • getConnectionsMaxIdle

        java.time.Duration getConnectionsMaxIdle()
      • getMaxPollRecords

        int getMaxPollRecords()
      • getMaxPollInterval

        java.time.Duration getMaxPollInterval()
      • getAutoOffsetReset

        java.lang.String getAutoOffsetReset()
      • getSessionTimeout

        java.time.Duration getSessionTimeout()
      • getHeartbeatInterval

        java.time.Duration getHeartbeatInterval()
      • getMetadataMaxAge

        java.time.Duration getMetadataMaxAge()
      • getMaxPartitionFetchMin

        int getMaxPartitionFetchMin()
      • getMaxPartitionFetchMax

        int getMaxPartitionFetchMax()