Liking cljdoc? Tell your friends :D

kafka-metamorphosis.util

Utility functions for Kafka Metamorphosis

Utility functions for Kafka Metamorphosis
raw docstring

kebab->dotclj

(kebab->dot k)

Convert kebab-case keyword to dot.case string. Example: :bootstrap-servers -> "bootstrap.servers"

Convert kebab-case keyword to dot.case string.
Example: :bootstrap-servers -> "bootstrap.servers"
sourceraw docstring

kebab->snakeclj

(kebab->snake k)

Convert kebab-case keys to snake_case for Kafka configuration. Example: :max-poll-records -> max.poll.records

Convert kebab-case keys to snake_case for Kafka configuration.
Example: :max-poll-records -> max.poll.records
sourceraw docstring

map->propertiesclj

(map->properties config-map)

Convert a Clojure map to Java Properties. Keys are converted to strings using (name k) and values to strings using (str v).

Convert a Clojure map to Java Properties.
Keys are converted to strings using (name k) and values to strings using (str v).
sourceraw docstring

normalize-configclj

(normalize-config config-map)

Normalize configuration map by converting kebab-case keys to dot notation.

Normalize configuration map by converting kebab-case keys to dot notation.
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