schema-registry
schema-registry copied to clipboard
Confluent Schema Registry for Kafka
Hello, I have a Maven project in which I have my .avdl files and when compiling the application Java classes are getting generated. These classes are used in another application...
Hi All, I have both KSQL and Kafka Connect plugged with Schema Registry. During deployment I am running 2 KSQL queries on the topic A. The first query creates a...
Add new property for schema registry (proxy.user and proxy.password) in order to authenticate with proxy requiring authentication. The authentication rely on Authenticator which is globally set and configuration of the...
Hi, Currently schema registry API doesn't support authentication requirement. I've done a patch that works with fiddler as an integration test but I would like to have a unit or...
The schema registry accepts a schema change from: ``` { "type": "record", "namespace": "com.example", "name": "CustomerV1", "fields": [ { "name": "first_name", "type": "string", "doc": "First Name of Customer" } ]...
confluent-kafka.target is not found, should be ".service" moreover added dependency upon confluent-zookeper.service
**Describe the bug** I checked confluent kafka 7.0.0 distribution with WhiteSource and find out that some libraries have vulnerabilities. Here they are: - gson-2.8.6.jar has WS-2021-0419 vulnerability. The way to...