We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a087411 commit 6c58088Copy full SHA for 6c58088
tests/test_misc.py
@@ -169,6 +169,8 @@ def test_unordered_dict(init_func):
169
170
171
def test_topic_config_update():
172
+ # *NOTE* default.topic.config has been deprecated.
173
+ # This example remains to ensure backward-compatibility until its removal.
174
confs = [{"message.timeout.ms": 600000, "default.topic.config": {"message.timeout.ms": 1000}},
175
{"message.timeout.ms": 1000},
176
{"default.topic.config": {"message.timeout.ms": 1000}}]
0 commit comments