KinesisConsumerSettings

fs2.aws.kinesis.KinesisConsumerSettings
See theKinesisConsumerSettings companion object

Settings for configuring the Kinesis consumer

Attributes

appName

name of the application which the KCL daemon should assume

bufferSize

size of the internal buffer used when reading messages from Kinesis

region

AWS region in which the Kinesis stream resides. Defaults to US-EAST-1

retrievalMode

FanOut (push) or Polling (pull). Defaults to FanOut (the new default in KCL 2.x).

streamName

name of the Kinesis stream to read from

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete fields

val appName: String
val bufferSize: PosInt
val initialPositionInStream: Either[InitialPositionInStream, Date]
val region: Region
val streamName: String