StdoutOutputConsumer
@Singleton
@Secondary
Default implementation of OutputConsumer.
Constructors
Link copied to clipboard
constructor(stdout: PrintStream, clock: Clock, @Value(value = "${airbyte.connector.output.buffer-byte-size-threshold-for-flush:4096}") bufferByteSizeThresholdForFlush: Int)
Properties
Link copied to clipboard
bufferByteSizeThresholdForFlush triggers flushing the record buffer to stdout once the buffer's size (in bytes) grows past this value.
Link copied to clipboard
The constant emittedAt timestamp we use for record timestamps.
Link copied to clipboard