confluentinc / schema-registry

Confluent Schema Registry for Kafka
https://docs.confluent.io/current/schema-registry/docs/index.html
Other
2.2k stars 1.11k forks source link

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

Open abdelrahman-a-ibrahim opened 3 months ago

abdelrahman-a-ibrahim commented 3 months ago

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

drozd0 commented 1 month ago

I suppose it may be an issue to connect to your Kafka cluster. Also, it may be related to https://github.com/confluentinc/schema-registry/issues/3192