Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom partition key for the record that aggregates user records #439

Open
ruslandanilin opened this issue Aug 27, 2022 · 0 comments
Open

Comments

@ruslandanilin
Copy link

Hello,

Currently, when user records with random partition keys are aggregated - they are sent to different shards as expected.
But the partition key of a "parent" / "container" record always equals "a". Thus, it's not possible to effectively use AWS Lambda Kinesis event source with a parallelization option called "Concurrent batches per shard" > 1, because records with the same partition key are read sequentially.

Is it possible to set a random partition key for the "parent" / "container" record?

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant