Skip to content

Commit c02df08

Browse files
wbarnharyarnyah
andauthored
Fix DescribeConfigsResponse_v1 config_source (#150)
Co-authored-by: Ryar Nyah <[email protected]>
1 parent cda8f81 commit c02df08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/protocol/admin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ class DescribeConfigsResponse_v1(Response):
719719
('config_names', String('utf-8')),
720720
('config_value', String('utf-8')),
721721
('read_only', Boolean),
722-
('is_default', Boolean),
722+
('config_source', Int8),
723723
('is_sensitive', Boolean),
724724
('config_synonyms', Array(
725725
('config_name', String('utf-8')),

0 commit comments

Comments
 (0)