kafka/generator/src
Colin Patrick McCabe 6a30b4e385
MINOR: equals() should check _unknownTaggedFields (#8640)
_unknownTaggedFields contains tagged fields which we don't understand
with the current schema.  However, we still want to keep the data around
for various purposes. For example, if we are printing out a JSON form of
the message we received, we want to include a section containing the
tagged fields that couldn't be parsed. To leave these out would give an
incorrect impression of what was sent over the wire.  Since the unknown
tagged fields represent real data, they should be included in the fields
checked by equals().

Reviewers: Ismael Juma <ismael@juma.me.uk>, Boyang Chen <boyang@confluent.io>
2020-06-08 12:57:48 -07:00
..
main/java/org/apache/kafka/message MINOR: equals() should check _unknownTaggedFields (#8640) 2020-06-08 12:57:48 -07:00
test/java/org/apache/kafka/message MINOR: Allow a single struct to be a field in the protocol spec (#8413) 2020-04-10 13:15:05 -07:00