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

Handle 401 and 403 errors appropriately. Customer had a hard time triaging the error due to this. The following was the update from the customer: ``` Root cause: Existing Schema...

Hello, I would raise a question about decision behind keeping Schema Registry healthy when KafkaStoreReaderThread died. We have a case when Kafka Access Control List(ACLs) was applied and KafkaStoreReaderThread has...

Hi Team, We have recently upgraded the kafka-schema-registry-client (_Java_)from 5.2.1 to 7.6.0 and started to observe issues with Mutual TLS Authentication with confluent 7.6.2 version. The following is the exception...

When an Avro schema references another schema, it is undocumented on the website which GET request can retrieve the reference relationship. After a bit looking around, I think this API...

When registering a schema, -1 can be passed for the version to ensure it is the latest. However, if the latest schema is equivalent to the schema being registered, a...

This is a routine update from cc-service-bot based on the service.yml in your repo. This PR should be approved and merged as soon as CI passes.

I am getting following Error when using io.confluent.connect.protobuf.ProtobufConverter. ``` java.lang.VerifyError: Bad return type Exception Details: Location: io/confluent/protobuf/MetaProto$Meta.internalGetMapFieldReflection(I)Lcom/google/protobuf/MapFieldReflectionAccessor; @24: areturn Reason: Type 'com/google/protobuf/MapField' (current frame, stack[0]) is not assignable to 'com/google/protobuf/MapFieldReflectionAccessor'...

Currently there are caches for latest versions at the serdes level, but those cache more than the plain HTTP responses. This PR adds caches at the SR client level as...

javadoc maven generation command fails with error: self-closing element not allowed due to two occurrences of self closing paragraph elements in ParsedSchema.java. These are now removed and properly wrapped around...

https://avro.apache.org/docs/1.12.0/