Class TopicForRetryable
- java.lang.Object
- 
- org.apache.kafka.clients.admin.NewTopic
- 
- org.springframework.kafka.support.TopicForRetryable
 
 
- 
 public class TopicForRetryable extends org.apache.kafka.clients.admin.NewTopicMarker to indicate thisNewTopicis for retryable topics; admin will ignore these if a regularNewTopicexist.- Since:
- 2.8.10
- Author:
- Gary Russell
 
- 
- 
Constructor SummaryConstructors Constructor Description TopicForRetryable(java.lang.String topic, int numPartitions, short replicationFactor)Create an instance with the provided properties.
 
-