Liking cljdoc? Tell your friends :D

kafka-clj.pool.api

Public API for the Pool and Keyed Pools

All pools return objects of type PoolObj to get the value use pool-obj-val

Public API for the Pool and Keyed Pools

All pools return objects of type PoolObj to get the value use pool-obj-val
raw docstring

kafka-clj.pool.atom

Object pool using Sempahore and Clojure's atom

Use create-atom-obj-pool to create an atom object pool These functions as made to be used primarily from the kafka-clj.pool.keyed namespace and the kafka-clj.pool.api is used to work with the keyed pool

Object pool using Sempahore and Clojure's atom

Use create-atom-obj-pool to create an atom object pool
These functions as made to be used primarily from the kafka-clj.pool.keyed namespace
and the kafka-clj.pool.api is used to work with the keyed pool
raw docstring

kafka-clj.pool.keyed

Functions and records for a KeyedPool. A keyed pool contains one IObjPool instance per key usage: tcp connection pool per server where the key is the server host and port

Use the create-atom-keyed-obj-pool function to create the pool then use the kafka-clj.pool.api functions to poll, return and close the pool

Functions and records for a KeyedPool.
A keyed pool contains one IObjPool instance per key
   usage: tcp connection pool per server where the key is the server host and port

Use the create-atom-keyed-obj-pool function to create the pool
then use the kafka-clj.pool.api functions to poll, return and close the pool
raw docstring

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

× close