See: Description
| Class | Description | 
|---|---|
| KafkaClient.Acknowledge | 
 Constants for the  
ack setting for the client, which impacts message delivery durability. | 
| Enum | Description | 
|---|---|
| OffsetReset | 
 Sets the value of the  
auto.offset.reset property for a Kafka consumer. | 
| OffsetStrategy | 
 An enum representing different strategies for committing offsets to Kafka when using  
KafkaListener. | 
| Annotation Type | Description | 
|---|---|
| KafkaClient | 
 An introduction advice that automatically implements interfaces and abstract classes and creates  
KafkaProducer instances. | 
| KafkaKey | 
 Parameter level annotation to indicate which parameter is bound to the Kafka key. 
 | 
| KafkaListener | 
 Annotation applied at the class level to indicate that a bean is a Kafka  
Consumer. | 
| Topic | 
 Method level annotation used to specify which topics should be subscribed to. 
 | 
| Topics | 
 Repeatable annotation for one or many  
Topic annotations. |