schema-registry
schema-registry copied to clipboard
Confluent Schema Registry for Kafka
running a confluent 6 on a single node in development environment after `confluent local destroy` got following output ``` ~/confluent$ confluent local services start The local commands are intended for...
Based on [this](https://docs.confluent.io/current/schema-registry/develop/maven-plugin.html#schema-registry-download) document, I can download schemas defined by the subjectPatterns which is fine, but I can't specify the version of the schema. Of course it makes sense if...
JIRA ticket here: https://confluentinc.atlassian.net/browse/DGS-1888?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel
Hi guys! I'm running an S3SinkConnector (Kafka connect version 5.5.7) and have some issues converting protobuf records to parquet. I have the following (example) Protobuf message: ```scala import "scalapb/scalapb.proto"; message...
Hello Everyone, I have a weird issue to send an object that generated from the .avsc file. On my local, there is no problem but on the dev server, it...
Dear Confluent-Team, I would like to know if the Schema Registry supports "hot" configuration reloads without the need to restart the registry process as a whole and therefore possibly limiting...
Im doing some tests over a Kafka with Confluent SchemaRegistry, and I am finding a deserialization behavior that does not match what is described in the documentation My testbed consists...
It would be useful fo have a configured boolean flag on KafkaAvroSerializer to indicate that the call to `configure()` has already been made. This would be useful to check before...
>**Note**: We are running the latest Schema Registry version, using the Confluent Docker image. [Following the documentation provided to obtain JMX metrics](https://docs.confluent.io/current/schema-registry/monitoring.html), we have found the following metrics only report...