Liking cljdoc? Tell your friends :D

franzy.admin.codec

Codec and supporting functionality for managing Kafka property-based configuration.

Codec and supporting functionality for managing Kafka property-based configuration.
raw docstring

config-typesclj


decode-xformclj

Transducer, applied on decode of collections that may be overriden using alter-var-root for example.

Transducer, applied on decode of collections that may be overriden using alter-var-root for example.
raw docstring

encode-config-typeclj

(encode-config-type config-type)

encode-security-protocolclj

(encode-security-protocol security-protocol)

Encodes a security protocol given either as a keyword, string, or SecurityProtocol value.

ex: :security-protocol/plaintext, :plaintext, plaintext, SecurityProtocol/PLAINTEXT

Encodes a security protocol given either as a keyword, string,
or SecurityProtocol value.

ex: :security-protocol/plaintext, :plaintext, plaintext, SecurityProtocol/PLAINTEXT
raw docstring

error-code->keywordsclj

Maps Kafka Error codes to error keywords so you better know what's going on.

Maps Kafka Error codes to error keywords so you better know what's going on.
raw docstring

FranzyScalaCodeccljprotocol

decodeclj

(decode v)

Decodes Kafka Scala admin client values to Clojure.

Decodes Kafka Scala admin client values to Clojure.

encodeclj

(encode v)

Encodes Clojure values into Kafka Scala admin client values.

Encodes Clojure values into Kafka Scala admin client values.

map->topic-and-partitionclj

(map->topic-and-partition {:keys [topic partition] :or {partition 0}})

Converts a map to a Topic and Partition.

Note: This is different from the Java APIs TopicPartition. Reusing the Java type would make too much sense, so the opposite has happened. Sponge left in the patient.

Converts a map to a Topic and Partition.

Note: This is different from the Java APIs TopicPartition. Reusing the Java type would make too much sense, so the opposite has happened.
Sponge left in the patient.
raw docstring

sequential->topic-and-partitionsclj

(sequential->topic-and-partitions topic-and-partitions)

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

× close