public class TopicCreation extends Object
Modifier and Type | Field and Description |
---|---|
String |
topicName
The topic name.
|
io.simplesource.kafka.spec.TopicSpec |
topicSpec
The topic spec for topic creation.
|
Constructor and Description |
---|
TopicCreation() |
Modifier and Type | Method and Description |
---|---|
static List<TopicCreation> |
allTopics(TopicConfig topicConfig)
Creates a list of topic creation items from a topic config, resolving topic names and topic specs
|
public final String topicName
public final io.simplesource.kafka.spec.TopicSpec topicSpec
public static List<TopicCreation> allTopics(TopicConfig topicConfig)
topicConfig
- the topic configCopyright © 2019. All rights reserved.