mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 11:19:05 +00:00
fix(kafka-setup): remove default to enable topicDefaults to be used (#14738)
This commit is contained in:
parent
3af386b626
commit
ac80e8171b
@ -69,7 +69,7 @@ public class TopicsConfiguration {
|
||||
public static class TopicConfiguration {
|
||||
private String name;
|
||||
private Integer partitions;
|
||||
private Integer replicationFactor = 1;
|
||||
private Integer replicationFactor;
|
||||
private Map<String, String> configProperties;
|
||||
private Boolean enabled = true; // Default to true if not specified
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user