kafka-python icon indicating copy to clipboard operation
kafka-python copied to clipboard

Fix DescribeConfigsResponse_v1 config_source vs is_default

Open ryarnyah opened this issue 4 years ago • 0 comments

When i tried to use DescribeConfigsResponse_v1 i realised that it contain is_default field but Kafka protocol changed for this version to replace is_default with config_source.

This fix the response.


This change is Reviewable

ryarnyah avatar Feb 17 '21 10:02 ryarnyah