schema-registry
schema-registry copied to clipboard
Confluent Schema Registry for Kafka
The title might seem a bit vague but I don't know how to describe it any better tbh :-) Anyway this is what happened: I got some 500 responses from...
We were upgrading schema registry and discovered that a new behavior was introduced to the `GET /schemas` endpoint. Specifically from [this PR](https://github.com/confluentinc/schema-registry/pull/2614) which, afaict, was introduced in version 7.4.x. The...
Hello all, Running a Trivy vulnerabilities scan through the schema-registry container image returned some CVEs affecting the latest release 7.6.1: https://nvd.nist.gov/vuln/detail/CVE-2024-21634 Could you confirm whether Schema Registry is affected by...
Adding metric for when schemas are hard deleted. These metrics do not overlap with soft-deleted metrics. It should be mentioned that the original ticket was to add soft-delete metric, but...
Hello, Can we have an option to omit null fields from the JSON provided that the default value is also null ? It helps to reduce the size of the...
Based on the README: > The project is licensed under the [Confluent Community License](https://github.com/confluentinc/schema-registry/blob/master/LICENSE-ConfluentCommunity), except for the client-* and avro-* libs, which are under the [Apache 2.0 license](https://github.com/confluentinc/schema-registry/blob/master/LICENSE-Apache). See LICENSE...
Given a basic Docker Compose file with just Kafka and Schema Registry I observe the Schema Registry appears to connect fine initially to Kafka then apparently disconnects / re-discovers Kafka...
In the [official document](https://docs.confluent.io/platform/current/schema-registry/fundamentals/schema-evolution.html#compatibility-types) with BACKWARD compatibility, we can add an optional field to an old schema, which is ignored by default value, here is my code for the client...
I am using Kafka-Connect on Kubernetes using the EnvVarConfigProvider: ``` config.providers: env config.providers.env.class: org.apache.kafka.common.config.provider.EnvVarConfigProvider ``` And provided all Schema Registry configuration through env-vars to the workers ``` SCHEMA_REGISTRY_URL SCHEMA_REGISTRY_TRUSTSTORE_LOCATION SCHEMA_REGISTRY_TRUSTSTORE_PASSWORD...
### 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...