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.NewTopic
Marker to indicate thisNewTopic
is for retryable topics; admin will ignore these if a regularNewTopic
exist.- Since:
- 2.8.10
- Author:
- Gary Russell
-
-
Constructor Summary
Constructors Constructor Description TopicForRetryable(java.lang.String topic, int numPartitions, short replicationFactor)
Create an instance with the provided properties.
-