schema-registry icon indicating copy to clipboard operation
schema-registry copied to clipboard

Confluent Schema Registry for Kafka

Results 237 schema-registry issues
Sort by recently updated
recently updated
newest added

It would be absolutely amazing if ksqldb could be smart enough to resolve Any types in protobuf schemas via the schema registry so long as the type url points to...

Solves https://github.com/confluentinc/schema-registry/issues/1414

Hi, Netty has reported a couple of CVEs regarding the usage of Bzip2Decoder and SnappyFrameDecoder. Reference : https://github.com/netty/netty/security/advisories/GHSA-grg4-wf29-r9vv https://github.com/netty/netty/security/advisories/GHSA-9vjp-v76f-g363 I can see that Natty 4.1.63 is included in the packages...

Hi, the root README file suggests that there should be a dedicated LICENSE file in each of the sub-modules of this repo, stating the license of this particular module. This...

I defined a field as map in proto3 schema and registered on schama registy. When i use format.class "parquet.ParquetFormat", it shows up as array instead of map in parquet .

In case if we do not want to have all 100+ schemas listed in the subjects section of the plugin configuration Will be so nice if the plugin will just...

**Description** I checked confluent kafka 6.1.1 distribution with WhiteSource and find out that some libraries have vulnerabilities. Here they are: - netty-handler-4.1.48.Final.jar has CVE-2021-21290 vulnerability. The way to fix it...

Hi I'm a bit confused, but I'm also fairly new to the Kafka and Schema-registry. We have made more consumers and producers to Kafka, using "ConsumerConfig.VALUE_DESERIALIZER_CLASS_CONFIG, "org.apache.kafka.common.serialization.ByteArrayDeserializer");" and they work...

help wanted

Hello, We're trying to delete a schema in our schema registry but we're getting `Eorr: 422 Unprocessable Entity` ``` $ ccloud schema-registry schema delete --subject ... --version all --environment ......

Steps to reproduce: 1. Run zookeeper `docker run -d --net=host --name=zookeeper -e ZOOKEEPER_CLIENT_PORT=32181 confluentinc/cp-zookeeper` 2. Run kafka `docker run -d --net=host --name=kafka -e KAFKA_ZOOKEEPER_CONNECT=localhost:32181 -e KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://localhost:29092 -e KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR=1 confluentinc/cp-kafka` 3....