schema-registry
schema-registry copied to clipboard
Confluent Schema Registry for Kafka
Protobuf compatibility shims have been released in protobuf-java v4 for Binary compatibility shims for GeneratedMessageV3, SingleFieldBuilderV3, RepeatedFieldBuilderV3, and their nested classes to restore binary compatibility with
Hi team, Running a Trivy vulnerabilities scan through the schema-registry container image returned some CVEs affecting the latest releases. Could you confirm whether Schema Registry is affected by this vulnerability...
I've added `config.put("json.schema.spec.version", "DRAFT_2020_12")` to by Producer properties but schema that generaeted is DRAFT_07. `DRAFT_2020_12` is a allow version schema should be generated with the correct version. To fix looks...
Hi, After upgrading to the latest version (7.7.1), we noticed that the previous `InvalidConfigurationException` has been replaced by a `SerializationException` containing a `RestClientException`. This introduces a regression in my project...
Hi All, I am getting schemaregistry crashloopbackoff. When I check the logs there is SchemaRegistryInitializationException: Error initializing kafka store while initializing schema registry. Please find the logs below: ERROR Error...
Even though REST call to endpoint `/schemas` returns corresponding version with each schema entry, in the object `ParsedSchema` (implemented by `AvroSchema`) is set to `null`. The BUG is in this...
Attempting to build application using `io.confluent:kafka-avro-serializer` 7.6 or 7.7 with Mandrel 23.1 native image produces the following exceptions: ``` Error: Unsupported features in 2 methods Detailed message: ------------------------------------------------------------------------------------------------------------------------ Error: An...