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
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.