Liking cljdoc? Tell your friends :D

kafka-avro-confluent.schema-registry-client

A client for the Confluent Schema Registry.

A client for the Confluent Schema Registry.
raw docstring

->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 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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close