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