From 0c7c6ae67b4e46337cdb7fd9a8835b9118dc700f Mon Sep 17 00:00:00 2001 From: Robert Medeiros Date: Sun, 30 Oct 2016 12:47:05 -0400 Subject: [PATCH] Fix typo in collapser options keyword name (from shared-fn to shard-fn) --- .../hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj b/hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj index b6deb0be4..3b3ad250a 100644 --- a/hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj +++ b/hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj @@ -430,7 +430,7 @@ (defn- extract-hystrix-collapser-options [meta-map] (let [key-map {:hystrix/collapser-key :collapser-key - :hystrix/shared-fn :shard-fn + :hystrix/shard-fn :shard-fn :hystrix/scope :scope :hystrix/cache-key-fn :cache-key-fn :hystrix/init-fn :init-fn }]