Hi, I'm working on an implementation of kafka client for go. It's a client written fully in go: https://github.com/segmentio/kafka-go
This library doesn't seem to support message set V2 and it throws errors that v2 message format can't be handled. However I'm having troubles getting a stable reproduction. Kafka server may or may not send message sets in v2. Can you recommend how to make kafka send messages in v2 format so that I can fix the issue and test it? Thanks, Victor.