Closed alanshaw closed 4 months ago
This PR adds a partition key to kinesis messages that allows consumers to consume messages in parallel using parallelizationFactor.
parallelizationFactor
Context: We added parallelizationFactor but it had no effect. This is because we set the same partition key for every message.
Going to merge this so we can make progress.
This PR adds a partition key to kinesis messages that allows consumers to consume messages in parallel using
parallelizationFactor
.Context: We added
parallelizationFactor
but it had no effect. This is because we set the same partition key for every message.