Liking cljdoc? Tell your friends :D

kafka-clj.tcp-api

remove secular dependancies from jaas to tcp

remove secular dependancies from jaas to tcp
raw docstring

read-responseclj

(read-response k)
(read-response wu {:keys [input]} timeout)

Read a single response from the DataInputStream of type [int length][message bytes] The message bytes are returned as a byte array Throws SocketException, Exception

Read a single response from the DataInputStream of type [int length][message bytes]
The message bytes are returned as a byte array
Throws SocketException, Exception
raw docstring

TCPWritablecljprotocol

-write!clj

(-write! obj tcp-client)

Write obj to the tcp client

Write obj to the tcp client

write!clj

(write! tcp-client obj & {:keys [flush] :or {flush false}})

write-request!clj

(write-request! {:keys [output] :as client} bts)

Helper function that writes [int size in bytes][bytes] to the client and flush the request

Helper function that writes [int size in bytes][bytes] to the client and flush the request
raw docstring

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

× close