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

Hi! is there any way to disabled maven from downloading archiveds schemas and get only those that are enabled in my schema registry? I'm using version `5.0.1` of kafka-schema-registry-maven-plugin

When looking at the implementation of `io.confluent.kafka.schemaregistry.client.rest.RestService` in the master branch, I can see that the `getConfig` method exposes a [defaultToGlobal](https://docs.confluent.io/platform/current/schema-registry/develop/api.html#get--config-(string-%20subject)) query param: ```java public Config getConfig(Map requestProperties, String subject,...

Hi all, I'm experiencing a blocking issue using the Schema Registry with Kafka and a Kafka Streams application. I posted it in details on the Confluent Google group https://groups.google.com/forum/#!topic/confluent-platform/0L-kbkkoAbo Just...

It would be useful to support constraints on key-value pairs with composite keys. This is important since we can define [multiple types in the same topic](https://www.confluent.io/blog/multiple-event-types-in-the-same-kafka-topic/). For example, using the...

We are using Debezium to create messages, the topic names and avro schemas created include the hostname and db schema, when we deploy this from dev, uat production those names...

### Serialisation of JSON with schema fails when additionalProperties is set to false. We have a data model that requires _additionalProperties_ to be set to either _true_ or _false_ at...

following my docker-compose configuration ``` schema-registry: image: confluentinc/cp-schema-registry:6.2.0 hostname: schema-registry container_name: schema-registry ports: - '8081:8081' environment: SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: PLAINTEXT://kafka1:19092 SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_LISTENERS: http://0.0.0.0:8081 volumes: - $PWD/docker-volumes/kafka/schema-registry/scripts:/scripts depends_on: - zoo1 - kafka1...

When source is Avro and destination is Proto if a new field is added in the avro schema at the top or somewhere in the middle, and the connector is...

We are looking for something similar to dynamic configs feature of kafka, where in at runtime the ssl certificates can be extended with renewed lifetimed certificates. In schema registry ,...

Hello, I think adding a health check rest endpoint that verifies connection of depending services like kafka and zookeeper would bring value to schema registry. I have schema registry managed...