Interface SchemaRegistryService

    • Field Detail

      • LOG

        static final org.slf4j.Logger LOG
    • Method Detail

      • getCheckers

        static java.util.Map<org.apache.pulsar.common.schema.SchemaType,​SchemaCompatibilityCheck> getCheckers​(java.util.Set<java.lang.String> checkerClasses)
                                                                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • create

        static SchemaRegistryService create​(org.apache.pulsar.common.protocol.schema.SchemaStorage schemaStorage,
                                            java.util.Set<java.lang.String> schemaRegistryCompatibilityCheckers)
      • close

        void close()
            throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception