【发布时间】:2015-07-01 06:02:31
【问题描述】:
我使用 riemann,现在我写我的 riemann.config。
我想使用clj-http 将所有事件从 riemann 流发布到我的网络服务器。但我不知道如何从 riemann.jar 导入clj-http。
我在riemann.config 中编码(:use clj-http.client) 或(:require [clj-http.client :as client]) 但出现错误:
java.lang.ClassNotFoundException: clj-http.client
谁能帮帮我?
【问题讨论】:
-
前段时间我也有类似的问题stackoverflow.com/questions/27766730/…