Magnus Edenhill

Results 464 comments of Magnus Edenhill

I manually build the alpine docker image and upload it to docker hub.

Sounds good 👍

What librdkafka version are you using? (`kafkacat -V`)

The Deb/Ubuntu packages are typically quite outdated though.

Each message must be prefixed by the schema-registry specific framing, which is one byte for magic (value 0) and then the schemaId in big-endian (4 bytes), then followed by the...

`Failed to encode Avro as JSON:` suggests that deserialization worked, but it failed to convert the avro objects to JSON. It could be that your schema uses constructs that are...

Can you provide the output from `tmp-bootstrap/librdkafka/config.log`?

Thank you. This is an issue with librdkafka's ./configure, will look into it.