(echo records)
echo consume function. expects records to be UTF-8 decoded
echo consume function. expects records to be UTF-8 decoded
(make-config {:keys [streams multi-stream? aws-account-number application-name
kinesis-client dynamo-client cloud-watch-client
record-processor-factory]
:as opts})
(prep-initial-position scheduler
aws-account-number
{:keys [start-from delete-leases?] :as stream})
if there is an existing lease, by default, kinesis client will ignore an initial position that is provided. this deletes existing leases for this app (a.k.a. consumer group) in case there is a position provided
if there is an existing lease, by default, kinesis client will ignore an initial position that is provided. this deletes existing leases for this app (a.k.a. consumer group) in case there is a position provided
(start-consumer {:keys [application-name aws-account-number streams creds region
consume checkpoint-every-ms config]
:as opts})
(validate-consumer-args {:keys [stream-name application-name consume] :as args})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close