(->schema-registry-client config)
Returns an instance of the schema-registry-client
Returns an instance of the schema-registry-client
(-list-subjects {:schema-registry/keys [base-url username password]
:as _config})
A Confluent Schema Registry client.
A Confluent Schema Registry client.
(get-config this)
Returns the Schema Registry configuration map.
Returns the Schema Registry configuration map.
(get-latest-schema-by-subject this subject)
Gets the latest Schema for a given subject.
Gets the latest Schema for a given subject.
(get-schema-by-id this id)
Fetches a Schema by Schema Id.
Fetches a Schema by Schema Id.
(healthy? this)
Can the Schema Registry be contacted, and do its responses look right?
Can the Schema Registry be contacted, and do its responses look right?
(list-subjects this)
List all subjects.
List all subjects.
(post-schema this subject schema)
Posts an Avro Schema. Return the Schema Id.
Posts an Avro Schema. Return the Schema Id.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close