Liking cljdoc? Tell your friends :D

gregor.details.transform


->eventclj

(->event event)
(->event event data)

Adds event information to the specified data (map)

Adds event information to the specified data (map)
sourceraw docstring

consumer-record->dataclj

(consumer-record->data cr)

Yield a clojure representation of a consumer record

Yield a clojure representation of a consumer record
sourceraw docstring

consumer-records->dataclj

(consumer-records->data crs)

Yield the clojure representation of topic

Yield the clojure representation of topic
sourceraw docstring

data->producer-recordclj

(data->producer-record {:keys [partition message-key message-value topic]
                        :as data})

Build a ProducerRecord object from a clojure map. No-Op if payload is already a ProducerRecord

Build a `ProducerRecord` object from a clojure map.  No-Op if `payload` is already a `ProducerRecord`
sourceraw docstring

data->topicsclj

(data->topics topics)

Converts a topic or list of topics into a Collection of topics that KafkaConsumer understands

Converts a topic or list of topics into a Collection of topics that KafkaConsumer understands
sourceraw docstring

exception->dataclj

(exception->data e)

Convert a known exception to a map

Convert a known exception to a map
sourceraw docstring

exception-type-nameclj

(exception-type-name e)
source

node->dataclj

(node->data n)

Convert an instance of Node into a map

Convert an instance of `Node` into a map
sourceraw docstring

opts->propsclj

(opts->props opts)

Kafka configuration requres a map of string to string. This function converts a Clojure map into a Java Map, String to String

Kafka configuration requres a map of string to string.
This function converts a Clojure map into a Java Map, String to String
sourceraw docstring

partition-info->dataclj

(partition-info->data pi)

Convert an instance of PartitionInfo into a map

Convert an instance of `PartitionInfo` into a map
sourceraw docstring

record-metadata->dataclj

(record-metadata->data record-metadata)

Convert an instance of RecordMetadata to a map

Convert an instance of `RecordMetadata` to a map
sourceraw docstring

timestamp-type->dataclj

(timestamp-type->data tt)

Convert an instance of TimestampType to a map

Convert an instance of `TimestampType` to a map
sourceraw docstring

topic-partition->dataclj

(topic-partition->data tp)

Convert an instance of TopicPartition into a map

Convert an instance of `TopicPartition` into a map
sourceraw docstring

valid-events?clj

source

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

× close