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 dd7dcb0 commit 6c97b04Copy full SHA for 6c97b04
CHANGES.rst
@@ -42,6 +42,7 @@ Bugfixes:
42
43
* Fix type annotation for `ConsumerRecord` (pr #912 by @zschumacher)
44
* Improve send performance (issue #943)
45
+* Fix `DescribeConfigsResponse_v1`
46
47
48
Improved Documentation:
aiokafka/protocol/admin.py
@@ -877,7 +877,7 @@ class DescribeConfigsResponse_v1(Response):
877
("config_names", String("utf-8")),
878
("config_value", String("utf-8")),
879
("read_only", Boolean),
880
- ("is_default", Boolean),
+ ("config_source", Int8),
881
("is_sensitive", Boolean),
882
(
883
"config_synonyms",
0 commit comments