Pipe Source Managed Streaming Kafka Parameters
data class PipeSourceManagedStreamingKafkaParameters(val batchSize: Int? = null, val consumerGroupId: String? = null, val credentials: Either<PipeMskAccessCredentials0Properties, PipeMskAccessCredentials1Properties>? = null, val maximumBatchingWindowInSeconds: Int? = null, val startingPosition: PipeMskStartPosition? = null, val topicName: String)
Constructors
Link copied to clipboard
constructor(batchSize: Int? = null, consumerGroupId: String? = null, credentials: Either<PipeMskAccessCredentials0Properties, PipeMskAccessCredentials1Properties>? = null, maximumBatchingWindowInSeconds: Int? = null, startingPosition: PipeMskStartPosition? = null, topicName: String)
Properties
Link copied to clipboard
The name of the destination queue to consume.
Link copied to clipboard
val credentials: Either<PipeMskAccessCredentials0Properties, PipeMskAccessCredentials1Properties>? = null
The credentials needed to access the resource.
Link copied to clipboard
The maximum length of a time to wait for events.
Link copied to clipboard
The position in a stream from which to start reading.