You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Victor Denisov <vi...@autonomic.ai> on 2018/11/10 19:44:31 UTC

Kafka message set V2

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.