Ignore my question(4), I’ve found the answer in the doc : 'value.fields-include' = ‘EXCEPT_KEY' (all fields of the schema minus fields of the key)
> 在 2020年9月7日,16:33,Leonard Xu <xbjt...@gmail.com> 写道: > > (4) About Reading and writing from key and value section, we bind that the > fields of key part must belong to the fields of value part according to the > options 'key.fields' = 'id, name' and 'value.fields-include' = 'ALL', Is > this by design? I think the key fields and value fields are independent each > other in Kafka. >