Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The Kafka protocol BNF format should have some way to display tagged fields. But in clients/src/main/java/org/apache/kafka/common/protocol/Protocol.java , there is no special treatment for fields with a tag. Maybe something like FIELD_NAME<1> (where 1= the tag number) would work.