Liking cljdoc? Tell your friends :D

kafka-avro-confluent.v2.schema-registry-client


->schema-registry-clientclj

(->schema-registry-client config)

Returns an instance of the schema-registry-client

Returns an instance of the schema-registry-client
sourceraw docstring

-healthy?clj

(-healthy? config)
source

-list-subjectsclj

(-list-subjects {:schema-registry/keys [base-url username password]
                 :as _config})
source

SchemaRegistrycljprotocol

A Confluent Schema Registry client.

A Confluent Schema Registry client.

get-configclj

(get-config this)

Returns the Schema Registry configuration map.

Returns the Schema Registry configuration map.

get-latest-schema-by-subjectclj

(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-idclj

(get-schema-by-id this id)

Fetches a Schema by Schema Id.

Fetches a Schema by Schema Id.

healthy?clj

(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-subjectsclj

(list-subjects this)

List all subjects.

List all subjects.

post-schemaclj

(post-schema this subject schema)

Posts an Avro Schema. Return the Schema Id.

Posts an Avro Schema. Return the Schema Id.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close