File tree Expand file tree Collapse file tree 10 files changed +47
-1
lines changed Expand file tree Collapse file tree 10 files changed +47
-1
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,11 @@ offsets.topic.replication.factor=2
126
126
# Allow shorter session timeouts for tests
127
127
group.min.session.timeout.ms =1000
128
128
129
+ # Allow topic deletion
130
+ delete.topic.enable = true
131
+
132
+ # Disable topic auto creation
133
+ auto.create.topics.enable = {auto_create_topic}
129
134
130
135
# ############################ Zookeeper #############################
131
136
Original file line number Diff line number Diff line change @@ -126,6 +126,11 @@ offsets.topic.replication.factor=2
126
126
# Allow shorter session timeouts for tests
127
127
group.min.session.timeout.ms =1000
128
128
129
+ # Allow topic deletion
130
+ delete.topic.enable = true
131
+
132
+ # Disable topic auto creation
133
+ auto.create.topics.enable = {auto_create_topic}
129
134
130
135
# ############################ Zookeeper #############################
131
136
Original file line number Diff line number Diff line change @@ -126,6 +126,11 @@ offsets.topic.replication.factor=2
126
126
# Allow shorter session timeouts for tests
127
127
group.min.session.timeout.ms =1000
128
128
129
+ # Allow topic deletion
130
+ delete.topic.enable = true
131
+
132
+ # Disable topic auto creation
133
+ auto.create.topics.enable = {auto_create_topic}
129
134
130
135
# ############################ Zookeeper #############################
131
136
Original file line number Diff line number Diff line change @@ -126,6 +126,11 @@ offsets.topic.replication.factor=2
126
126
# Allow shorter session timeouts for tests
127
127
group.min.session.timeout.ms =1000
128
128
129
+ # Allow topic deletion
130
+ delete.topic.enable = true
131
+
132
+ # Disable topic auto creation
133
+ auto.create.topics.enable = {auto_create_topic}
129
134
130
135
# ############################ Zookeeper #############################
131
136
Original file line number Diff line number Diff line change @@ -126,6 +126,11 @@ offsets.topic.replication.factor=1
126
126
# Allow shorter session timeouts for tests
127
127
group.min.session.timeout.ms =1000
128
128
129
+ # Allow topic deletion
130
+ delete.topic.enable = true
131
+
132
+ # Disable topic auto creation
133
+ auto.create.topics.enable = {auto_create_topic}
129
134
130
135
# ############################ Zookeeper #############################
131
136
Original file line number Diff line number Diff line change @@ -126,6 +126,11 @@ offsets.topic.replication.factor=1
126
126
# Allow shorter session timeouts for tests
127
127
group.min.session.timeout.ms =1000
128
128
129
+ # Allow topic deletion
130
+ delete.topic.enable = true
131
+
132
+ # Disable topic auto creation
133
+ auto.create.topics.enable = {auto_create_topic}
129
134
130
135
# ############################ Zookeeper #############################
131
136
Original file line number Diff line number Diff line change @@ -126,6 +126,12 @@ offsets.topic.replication.factor=2
126
126
# Allow shorter session timeouts for tests
127
127
group.min.session.timeout.ms =1000
128
128
129
+ # Allow topic deletion
130
+ delete.topic.enable = true
131
+
132
+ # Disable topic auto creation
133
+ auto.create.topics.enable = {auto_create_topic}
134
+
129
135
# ############################ Zookeeper #############################
130
136
131
137
# Zookeeper connection string (see zookeeper docs for details).
Original file line number Diff line number Diff line change @@ -126,6 +126,11 @@ offsets.topic.replication.factor=2
126
126
# Allow shorter session timeouts for tests
127
127
group.min.session.timeout.ms =1000
128
128
129
+ # Allow topic deletion
130
+ delete.topic.enable = true
131
+
132
+ # Disable topic auto creation
133
+ auto.create.topics.enable = {auto_create_topic}
129
134
130
135
# ############################ Zookeeper #############################
131
136
Original file line number Diff line number Diff line change @@ -126,6 +126,11 @@ offsets.topic.replication.factor=1
126
126
# Allow shorter session timeouts for tests
127
127
group.min.session.timeout.ms =1000
128
128
129
+ # Allow topic deletion
130
+ delete.topic.enable = true
131
+
132
+ # Disable topic auto creation
133
+ auto.create.topics.enable = {auto_create_topic}
129
134
130
135
# ############################ Zookeeper #############################
131
136
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ log4j.appender.stdout=org.apache.log4j.ConsoleAppender
19
19
log4j.appender.stdout.layout =org.apache.log4j.PatternLayout
20
20
log4j.appender.stdout.layout.ConversionPattern =[%d] %p %m (%c)%n
21
21
22
- log4j.logger.kafka =DEBUG , stdout
22
+ log4j.logger.kafka =INFO , stdout
23
23
log4j.logger.org.I0Itec.zkclient.ZkClient =INFO, stdout
24
24
log4j.logger.org.apache.zookeeper =INFO, stdout
You can’t perform that action at this time.
0 commit comments