Issue with creating Schema Registry object: "Register operation timed out; error code: 50002"

Description

I am encountering an issue while deploying the Schema Registry image with imageTag 7.0.1 on Kubernetes. When attempting to create a new Schema Registry (SR) object, the operation fails with the following error message:

failed to create schema, 500, {"error_code":50002,"message":"Register operation timed out; error code: 50002"}

Steps to Reproduce

  1. Deploy the Schema Registry image with imageTag 7.0.1 on Kubernetes.
  2. Attempt to send a post request to create a new SR object.

Expected Behavior

The Schema Registry should successfully create the new SR object without errors.

Actual Behavior

The creation of the new SR object fails with a 500 error code and the message “Register operation timed out; error code: 50002”.

Environment

  • Schema Registry image: confluentinc/cp-schema-registry:7.0.1
  • Kubernetes version: v1.28.9-eks-036c24b
  • Kubernetes environment: EKS Cluster

hey @abdelrahman-ahmed

how did you try to access the SR?
from your client?
is an ingress or similar deployed?

best,
michael

Hi @mmuehlbeyer,

Through kubectl or custom SR Operator

understood

but how does your app try to connect to the SR?

Hi @mmuehlbeyer, facing with the same register operation timeout issue. Rarely getting this issue. But the schema gets registered. Our SR is deployed on AWS EKS. We have alb ingress configured for it.