Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 592 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 592 Bytes

Geminio

http-kit(http://http-kit.org) with consul(https://www.consul.io).

Usage

(require '[geminio.core :as http])

(def lb (http/create-load-balancer {:agent-host "localhost"
                                   :datacenter "dc1"
                                   :service-name "myservice"
                                   :server-list-refresh-interval-mills 30000}))

(http/get lb "/")

(http/get lb "/" {:timeout 200})

License

Copyright © 2018 Eunmin Kim

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.