Skip to content

Commit

Permalink
Fix DescribeConfigsResponse_v1 config_source (dpkp/kafka-python#150) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ods authored Mar 9, 2024
1 parent dd7dcb0 commit d712413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Bugfixes:

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


Improved Documentation:
Expand Down
2 changes: 1 addition & 1 deletion aiokafka/protocol/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ class DescribeConfigsResponse_v1(Response):
("config_names", String("utf-8")),
("config_value", String("utf-8")),
("read_only", Boolean),
("is_default", Boolean),
("config_source", Int8),
("is_sensitive", Boolean),
(
"config_synonyms",
Expand Down

0 comments on commit d712413

Please sign in to comment.