Some fields (e.g. LEADER) are transformed into e.g. `Field.Int32` whereas other fields stays as e.g. `new Field(REPLICAS_KEY_NAME, new ArrayOf(INT32), ...)`. Due to this mixture the new style is less consistent than the previous style. If the goal of the refactor is to make the code more readable, can we also define e.g. Field.Array(Field field, String name, String doc...) to make the code further easier to read?
[ Full content available at: https://github.com/apache/kafka/pull/5564 ] This message was relayed via gitbox.apache.org for [email protected]
