-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema Registry features meta-issue #1878
Comments
Exposing the "timestamp" of the publication of the schema in the endpoints would be a nice feature since this info is available in the Kafka topic |
This is a nice idea. We should. |
When do you expect the 'referencedby' endpoint to be available and I'm guessing your protobuf implementation is already reliant on working with schema references? |
@dbwrangler References are hooked up internally for Protobuf (see the blog post), so that should all work. For Avro, the references will be stored internally, but imports aren't actually working yet. It's not yet planned, but since you asked nicely, I'll knock out |
Does schema registry work with confluent serialization library which does registration /serialization/deserialization. Using KafkaAvroSerializer and schema registry url through AbstractKafkaSchemaSerDeConfig.SCHEMA_REGISTRY_URL_CONFIG? |
Yes, that's the intention. Currently it doesn't support references for AVRO. |
Thought so tried did not work. What Is the eta on this? So right now we can make it work by doing a byte array serialise and deserialise. Correct ?
… On 16-Jan-2022, at 7:34 PM, Ben Pope ***@***.***> wrote:
Does schema registry work with confluent serialization library which does registration /serialization/deserialization. Using KafkaAvroSerializer and schema registry url through AbstractKafkaSchemaSerDeConfig.SCHEMA_REGISTRY_URL_CONFIG?
Yes, that's the intention. Currently it doesn't support references for AVRO.
—
Reply to this email directly, view it on GitHub <#1878 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AF5IO3KVMRLDEPX4XBGIUV3UWLF7HANCNFSM5A34R5PA>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.
|
@dbwrangler - v21.11.3 has been released with the endpoint. |
Guys so is there any eta on getting json schema support? |
+1, would <3 jsonschema support. |
Are there plans to have a UI for this for fully managed Redpanda? |
There are definitely plans, but I don't know what the timeline is. Another related feature is schema registry support within the |
Are there plans to introduce a feature like Confluent's broker-side schema validation ? This returns an error to a producer when they write a message to a topic with a schema if the message doesn't validate against the schema. It prevents non-compliant messages being written to topics: https://docs.confluent.io/platform/current/schema-registry/schema-validation.html |
Schema Registry is a work in progress, below is a list of features that we are aware of, and whether they have been implemented.
Endpoints
?verbose=true
/mode
#17952/mode
#17952/mode
#17952/mode
#17952/mode
#17952Schema Types
Endpoints on SwaggerHub
JIRA Link: CORE-692
The text was updated successfully, but these errors were encountered: