Skip to content

Commit cced3ab

Browse files
rnpridgeonRyan P
authored andcommitted
Remove deprecated config default.topic.config from system tests
1 parent 6c58088 commit cced3ab

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

confluent_kafka/kafkatest/verifiable_client.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ def set_config(conf, args):
7272
continue
7373

7474
if n.startswith('topicconf_'):
75-
# Apply topicconf_ properties on default.topic.config
76-
if 'default.topic.config' not in conf:
77-
conf['default.topic.config'] = dict()
78-
conf['default.topic.config'][n[10:]] = v
75+
conf[n[10:]] = v
7976
continue
8077

8178
if not n.startswith('conf_'):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy