schema-registry
schema-registry copied to clipboard
Confluent Schema Registry for Kafka
Hi. We are using `io.confluent:kafka-protobuf-serializer:6.2.1` (parially valid for higher versions) and it contains the following vulnerabilities: * https://security.snyk.io/vuln/SNYK-JAVA-COMGOOGLEPROTOBUF-2331703 - requires update to `com.google.protobuf:[email protected], @3.18.2, @3.16.1` * https://security.snyk.io/vuln/SNYK-JAVA-ORGJETBRAINSKOTLIN-2393744 - no fix...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Hi All, We have a large schema that is failing to register due to what looks to be a RecordTooLargeException being thrown by the KafkaStore (full StackTrace below). The cause...
The JMX metric that currently tracks errors doesn't differentiate between client errors (400s) and server side errors (500). `jmx.kafka.schema.registry.request_error_rate` It would be very helpful from an operational point of view...
I have a legacy C++ based system which spits out binary encoded Avro data that supports confluent Avro schema registry format. In my Java application, I successfully deserialized the message...
I am trying to run connect-standalone.bat on windows and getting below error command: confluent-3.0.1\bin\windows>connect-standalone.bat ../../etc/schema-registry/connect-avro-standalone.properties ../../etc/kafka-connect-elasticsearch/quickstart-elasticsearch.properties Exception in thread "main" org.apache.kafka.common.config.ConfigException: Invalid value io.confluent.connect.avro.AvroConverter for configuration value.converter: Class io.confluent.connect.avro.AvroConverter could...
When running the schema registry in a Docker container, the port that's exposed on the host is not necessarily the same as the one that the rest service binds to....
The doc is missing a section to explain how to create a more elaborate schema than just a one-string-field schema. How should I create a schema with say, a timestamp...
The producer program is in SCALA and provided the .avsc file. The class file build on IntelliJ by using --> Lifecycle--> clean, then package. Getting this error, also tried to...
Hi, everyone. I want to check how to build schema registry in distributed mode. In addition, I just have one kafka cluster. Can i modify `/etc/schema-registry/connect-avro-distributed.properties` for distributed mode? ```...