Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-core-load
/
io.airbyte.cdk.load.pipeline
/
ByStreamInputPartitioner
By
Stream
Input
Partitioner
@
Singleton
@
Secondary
class
ByStreamInputPartitioner
:
InputPartitioner
The default input partitioner, which partitions by the stream name. TODO: Should be round-robin?
Members
Constructors
By
Stream
Input
Partitioner
Link copied to clipboard
constructor
(
)
Functions
get
Partition
Link copied to clipboard
open
override
fun
getPartition
(
record
:
DestinationRecordRaw
,
numParts
:
Int
)
:
Int