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

## Version 4.0.0 ## Issue Applying: https://docs.confluent.io/current/installation/docker/docs/quickstart.html#schema-registry Startup fails citing: `PORT is deprecated. Please use SCHEMA_REGISTRY_LISTENERS instead.` ## Expected No errors and successful startup ## Recreate Kubernetes deployment to Google...

* Added OAuthCredentialProvider which implements BearerAuthCredentialProvider * Implemented CachedAccessTokenRetriever which is a wrapper around HttpAccessTokenRetriever with simple caching mechanism. This is used by OAuthCredentialProvider to get token during 1-pager https://confluentinc.atlassian.net/wiki/spaces/DG/pages/2780922127/Schema+Registry+Client+Change+for+Oauth+OIDC+Integration

When a ValidationException is thrown during schema validation no information is giving regarding the specific validation errors encountered. The ValidationException toJSON() method is used on this class to print a...

I am developing an application which uses Schema Registry and allows clients to send data to any other platform. So I am not necessarily publishing messages to kafka. Is there...

Hi all. I'm trying to create new version of the schema under subject "WebhookTopic-value" For simplification I'm using Schema from "Quickstart API Usage examples" : This is the PowerShell script...

I am having problem with confluent kafka developer version 6.X [2022-03-04 12:12:19,269] INFO StandaloneConfig values: access.control.allow.methods = access.control.allow.origin = bootstrap.servers = [localhost:9092] internal.key.converter = class org.apache.kafka.connect.json.JsonConverter internal.value.converter = class org.apache.kafka.connect.json.JsonConverter...

I'm downloading the community version of the confluent kafka bundle. My current version is 7.2.0. On a server running kafka using the kafka-server-start script and KAFKA_JMX_OPTS populated to turn on...

Disclaimer: I might have misunderstood the usage of test-compatibility - my understanding is that it will check if local version is compatible with latest version on server based on servers...

I am able to hit the schema registry API : https://psrc-4kk0p.westeurope.azure.confluent.cloud/subjects from postman and im getting the results But when Im trying to implement the same in java im facing...

JVM's module system, since Java 9, doesn't allow more than one JAR module with the same package. At least when using the module system instead of compatibility mode (module path...