Liking cljdoc? Tell your friends :D

milena.interop

Miscellaneous interop utilities.

Miscellaneous interop utilities.
raw docstring

configclj

(config config nodes)

Given a Kakfa configuration map, stringifies keys and adds Kafka nodes.

Cf. https://kafka.apache.org/documentation/#configuration

Given a Kakfa configuration map, stringifies keys and adds Kafka nodes.

Cf. https://kafka.apache.org/documentation/#configuration
raw docstring

config-keyclj

(config-key k)
raw docstring

config-prefixed-keyclj

(config-prefixed-key k)
raw docstring

future-proxyclj

(future-proxy f* transform)

Given a future, makes a future returning (transform @f*) on deref.

Given a future, makes a future returning (transform @f*) on deref.
raw docstring

keywordize-keysclj

(keywordize-keys hmap)

Stringifies string keys in a map.

Stringifies string keys in a map.
raw docstring

named?clj

(named? x)

Is x an instance of Named ?

Is `x` an instance of Named ?
raw docstring

nodes-stringclj

(nodes-string nodes)

Produces a string of Kafka nodes for various configurations.

@ nodes List of [host port] representing Kafka nodes.

Ex. (nodes-string [["localhost" 9092] ["another_host" 9092]])

Produces a string of Kafka nodes for various configurations.

@ nodes
  List of [host port] representing Kafka nodes.


Ex. (nodes-string [["localhost"    9092]
                   ["another_host" 9092]])
raw docstring

regex?clj

(regex? x)

Is x a regular expression ?

Is `x` a regular expression ?
raw docstring

stringify-keysclj

(stringify-keys hmap)

Stringifies keys in a map.

In case of a named key, takes into account only the name and not the namespace.

Stringifies keys in a map.

In case of a named key, takes into account only the name and not the namespace.
raw docstring

stringify-prefixed-keysclj

(stringify-prefixed-keys hmap)

Stringifies keys in a map.

In case of a named key, takes into account the namespace for prefixing the name as needed.

Cf. config-prefixed-key

Stringifies keys in a map.

In case of a named key, takes into account the namespace for prefixing the name as needed.

Cf. `config-prefixed-key`
raw docstring

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

× close