Onyx plugin for kinesis.
In your project file:
[onyx-kinesis "0.5.3"]
In your peer boot-up namespace:
(:require [onyx.plugin.kinesis])
{:onyx/name :entry-name
:onyx/ident :kinesis/task
:onyx/type :input
:onyx/medium :kinesis
:onyx/consumption :concurrent
:onyx/batch-size batch-size
:onyx/doc "Reads segments from kinesis"}
key | type | description |
---|---|---|
:kinesis/attr |
string |
Description here. |
(defmethod l-ext/inject-lifecycle-resources :kinesis/task
[_ _] {:kinesis/arg val})
Pull requests into the master branch are welcomed.
Copyright © 2014 FIX ME
Distributed under the Eclipse Public License, the same as Clojure.