If you want to browse the schema-registry - understand how many schemas exist - how many versions - and how each version of your schemas look, have a look at:
--
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platf...@googlegroups.com.
To post to this group, send email to confluent...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/e68131f4-c4f9-4b39-b2af-5c3ef9924a69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
BenAwesome!This was something missing from the schema registry. Have you checked out what uber has done with their schema registry (I think they have something custom, but it's the same basic concept)? You could probably get some neat ideas from it.
On Wed, Jun 15, 2016 at 10:16 AM, Antonios Chalkiopoulos <ant...@gmail.com> wrote:
Using the schema-registry is transparent to developers, as io.confluent.kafka.serializers.KafkaAvroSerializer takes care of registering, evolving, validating schemas etc
If you want to browse the schema-registry - understand how many schemas exist - how many versions - and how each version of your schemas look, have a look at:
It allows you to view existing schemas, search by subject name, or subject IDs, or even search within the schemas themselvesAfter building a UI - our team gained some extra insight into how confluent types internally work.For example the Avro specification defines the int type - but not int8 or int16"name": "usignal","type": {"type": "int","connect.type": "int16"}The web UI is a single page app - that uses the REST Api of the schema-registry - that means that you you will need to enable CORS when using itA live demo exists at http://schema-registry-ui.landoop.com/Regards,Antonios
--
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platform+unsub...@googlegroups.com.
To post to this group, send email to confluent...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/e68131f4-c4f9-4b39-b2af-5c3ef9924a69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.