public static class KafkaProperties.Consumer extends Object
Constructor and Description |
---|
Consumer() |
public KafkaProperties.Ssl getSsl()
public KafkaProperties.Security getSecurity()
public Duration getAutoCommitInterval()
public void setAutoCommitInterval(Duration autoCommitInterval)
public String getAutoOffsetReset()
public void setAutoOffsetReset(String autoOffsetReset)
public String getClientId()
public void setClientId(String clientId)
public Boolean getEnableAutoCommit()
public void setEnableAutoCommit(Boolean enableAutoCommit)
public Duration getFetchMaxWait()
public void setFetchMaxWait(Duration fetchMaxWait)
public DataSize getFetchMinSize()
public void setFetchMinSize(DataSize fetchMinSize)
public String getGroupId()
public void setGroupId(String groupId)
public Duration getHeartbeatInterval()
public void setHeartbeatInterval(Duration heartbeatInterval)
public KafkaProperties.IsolationLevel getIsolationLevel()
public void setIsolationLevel(KafkaProperties.IsolationLevel isolationLevel)
public Class<?> getKeyDeserializer()
public void setKeyDeserializer(Class<?> keyDeserializer)
public Class<?> getValueDeserializer()
public void setValueDeserializer(Class<?> valueDeserializer)
public Integer getMaxPollRecords()
public void setMaxPollRecords(Integer maxPollRecords)