Skip to content

Commit

Permalink
Fix DescribeConfigsResponse_v1 config_source (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryar Nyah <ryarnyah@gmail.com>
  • Loading branch information
wbarnha and ryarnyah committed Mar 9, 2024
1 parent cda8f81 commit c02df08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/protocol/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,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', Array(
('config_name', String('utf-8')),
Expand Down

0 comments on commit c02df08

Please sign in to comment.