Skip to content

Commit 6c97b04

Browse files
committed
Fix DescribeConfigsResponse_v1 config_source (dpkp/kafka-python#150)
1 parent dd7dcb0 commit 6c97b04

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Bugfixes:
4242

4343
* Fix type annotation for `ConsumerRecord` (pr #912 by @zschumacher)
4444
* Improve send performance (issue #943)
45+
* Fix `DescribeConfigsResponse_v1`
4546

4647

4748
Improved Documentation:

aiokafka/protocol/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ class DescribeConfigsResponse_v1(Response):
877877
("config_names", String("utf-8")),
878878
("config_value", String("utf-8")),
879879
("read_only", Boolean),
880-
("is_default", Boolean),
880+
("config_source", Int8),
881881
("is_sensitive", Boolean),
882882
(
883883
"config_synonyms",

0 commit comments

Comments
 (0)