edenhill / kcat

Generic command line non-JVM Apache Kafka producer and consumer
Other
5.46k stars 484 forks source link

Getting error when consuming avro record with schema #407

Open fookg opened 2 years ago

fookg commented 2 years ago

Tried consuming avro records from a topic with the schema registry configured and getting this error.

Avro/Schema-registry message deserialization: REST request failed (code -1): HTTP request failed: Failure when receiving data from the peer : terminating

I'm using the following configuration:

docker run --rm edenhill/kafkacat:1.6.0 -b -C -t -X security.protocol=SASL_SSL -X sasl.mechanism=PLAIN -X sasl.username=username -X sasl.password=password -o beginning -r https://username:password@schemaRegistryUrl -s key=s -s value=avro

I tried setting -d all and -v but I don't see anything specific.