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 makes more sense to me that aliases are FULLy compatible instead of just BACKWARD compatible as of now. According to my test in Python fastavro using `schemaless_writer` and `schemaless_reader`,...

#1691 was closed prematurely. The solution is not to use stateful sets, because this deployment has no state it needs to take care of, using stateful sets introduce other problems....

When using kafka-avro-console-producer, I tried to specify my value schema out of a file and into a literal using backticks: ``` /usr/bin/kafka-avro-console-producer --topic user-events --broker-list broker:9092 --property value.schema="`cat src/main/avro/user.avsc`" ```...

bug

This commit is a small commit to ensure that the KafkaSchemaRegistry class is only used from a limited number of places and that the SchemaRegistry interface is used. This would...

Schema Registry API doesn't allow to get only deleted schemas. If we use `deleted=true` from the [API](https://docs.confluent.io/platform/current/schema-registry/develop/api.html) then we get all the schemas actual and deleted and there is no...

Hi, I have 4 machines among this 3 brokers have installed both zookeeper and kafka and in remain one machine installed kafka-rest and schema-registry. Below is the schema registry properties....

The Avro serializer (io.confluent:kafka-avro-serializer:6.0.1) has a Swagger dependency. ``` io.swagger:swagger-annotations:1.6.2 ``` Any suggestions how to use Avro serializer together with Swagger V3 or OpenAPI? As Swagger V3 brings it's own...

Hi, we are facing to an issue with Kafka Connect (6.1.1) and the internal `io.confluent.connect.avro.AvroData.validateSchemaValue` used by the `AvroConverter` class. We have the following avro definition, register to the Schema...

Hi, I am raising this ticket to bring attention to the following ticket https://github.com/confluentinc/schema-registry/pull/2158 and towards the following comment https://github.com/confluentinc/schema-registry/pull/2158#issuecomment-1029940382 Thanks