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

I am trying to use the kafka-avro-console-consumer with SSL in this way: `kafka-avro-console-consumer --bootstrap-server localhost:9093 --topic schema-test-1 --from-beginning --property schema.registry.url=https://localhost:8082 --consumer.config etc/kafka/client.properties` Where 8082 is the SSL port for the...

Fixes https://github.com/confluentinc/schema-registry/issues/1903

fixes #1914 for downloading schemas there is a "download them all" way by providing output directory and regex for schema names but for registering them we need to type each...

How to configure Schema Registry on a cluster that only accepts **mTLS**? I'm using the following `docker-compose.yaml` and I'm getting the following exception. I cannot find any valid configuration that...

If you call SpecificAvroSerde configure multiple times the result is that the value used in the first call is used, not the value used in the last call. This is...

Summary: This change allows for the use of optional fields, especially optional strings within a record. Prior to the change the only null check on value is in the public...

What was done: * A new boolean property was created ```SPECIFIC_AVRO_READER_UNKNOWN_AS_GENERIC_CONFIG```. When is true, if ```SPECIFIC_AVRO_READER_CONFIG``` is enabled, it will deserialize as generic record if specific record class was not...

Commit 789621d added possibility to set http basic auth header in the schema registry client by putting them on the URL (as in https://user:password@host:port). However, if the credentials contain special...

Based upon the theory provided in the official jdbc documentation, I have added a condition to include both Short and Byte as INT8 types in ConnectSchema. Here's the doc: 8.3.5...

Since version 5.4.0 the changelog is no more updated on confluent. https://docs.confluent.io/platform/current/schema-registry/changelog.html