Skip to content

Commit 7b3d2ce

Browse files
authored
Merge pull request #1408 from crimeminister/bugfix/fix-clojure-key-name
Fix typo in collapser options keyword name (from shared-fn to shard-fn)
2 parents b0f5152 + 0c7c6ae commit 7b3d2ce

File tree

1 file changed

+1
-1
lines changed
  • hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix

1 file changed

+1
-1
lines changed

hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
(defn- extract-hystrix-collapser-options
431431
[meta-map]
432432
(let [key-map {:hystrix/collapser-key :collapser-key
433-
:hystrix/shared-fn :shard-fn
433+
:hystrix/shard-fn :shard-fn
434434
:hystrix/scope :scope
435435
:hystrix/cache-key-fn :cache-key-fn
436436
:hystrix/init-fn :init-fn }]

0 commit comments

Comments
 (0)