Closed iceman91176 closed 5 years ago
Sorry for raising that issue - you realized a stupid mistake that denied the kubernetes-healthcheck for schema-registry to work. So the container was restarted after 30 seconds ;-)
What was exactly the mistake? I'm facing exactly the same problem running cp-schema-registry:6.0.0 with ACL enabled on Kafka
Ok, nevermind, I just found the same mistake. It had to do with the livenessProbe and readinessProbe config in the Deployment file
how was this fixed?
@nilu-source it had to do with with the healtchecks in kubernetes. The healtcheck was blocked in our case and so kubernetes killed the container.....
Hi, we are not able to start our docker-based schema-registry. It starts up, but shuts down after about 30seconds with
We are running an ACL-enabled Kaflka-Cluster, master-coordination for schema-registry is handled in kafka. Thes issue seems to be related to #717, but we checked our acls. The kafka-principal that is used by the schema-registry can write,decribe, read the _schemas topic, it also has read access to the schema-registry group.
Whe looking at the timestamps it seems that the "Unexpected exception in schema registry group processing" is throws because schema-registry shuts down.
Any ideas ?