-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
feature - parallelization factor kinesis functionbeat config #20727
feature - parallelization factor kinesis functionbeat config #20727
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
1 similar comment
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
💚 CLA has been signed |
@ravinaik1312 CLA is in our lists. The message #20727 (comment) points to the commit which is wrong. When you look into it it was done with completely different email, I assume with wrong gitconfig - because you first commit does not show the github user either. Last merge commit looks good. |
Pinging @elastic/integrations-services (Team:Services) |
jenkins run tests |
38d8345
to
1bebd9a
Compare
1bebd9a
to
eb893e4
Compare
@ravinaik1312 Awesome PR! Could you please add an entry to the changelog? |
Thank you! I've updated the |
jenkins run tests |
Thanks @ravinaik1312 ! |
## What does this PR do? This PR adds the ability to add the parallelization factor configuration to functionbeat when reading from Kinesis streams. https://aws.amazon.com/about-aws/whats-new/2019/11/aws-lambda-supports-parallelization-factor-for-kinesis-and-dynamodb-event-sources/ ## Why is it important? This configuration allows you to process one shard of a Kinesis or DynamoDB data stream with more than one Lambda invocation simultaneously. - Closes elastic#16901
## What does this PR do? This PR adds the ability to add the parallelization factor configuration to functionbeat when reading from Kinesis streams. https://aws.amazon.com/about-aws/whats-new/2019/11/aws-lambda-supports-parallelization-factor-for-kinesis-and-dynamodb-event-sources/ ## Why is it important? This configuration allows you to process one shard of a Kinesis or DynamoDB data stream with more than one Lambda invocation simultaneously. - Closes elastic#16901 (cherry picked from commit 98c434a)
## What does this PR do? This PR adds the ability to add the parallelization factor configuration to functionbeat when reading from Kinesis streams. https://aws.amazon.com/about-aws/whats-new/2019/11/aws-lambda-supports-parallelization-factor-for-kinesis-and-dynamodb-event-sources/ ## Why is it important? This configuration allows you to process one shard of a Kinesis or DynamoDB data stream with more than one Lambda invocation simultaneously. - Closes elastic#16901 (cherry picked from commit 98c434a)
## What does this PR do? This PR adds the ability to add the parallelization factor configuration to functionbeat when reading from Kinesis streams. https://aws.amazon.com/about-aws/whats-new/2019/11/aws-lambda-supports-parallelization-factor-for-kinesis-and-dynamodb-event-sources/ ## Why is it important? This configuration allows you to process one shard of a Kinesis or DynamoDB data stream with more than one Lambda invocation simultaneously. - Closes #16901 (cherry picked from commit 98c434a) Co-authored-by: Ravi Naik <ravinaik1312@gmail.com>
## What does this PR do? This PR adds the ability to add the parallelization factor configuration to functionbeat when reading from Kinesis streams. https://aws.amazon.com/about-aws/whats-new/2019/11/aws-lambda-supports-parallelization-factor-for-kinesis-and-dynamodb-event-sources/ ## Why is it important? This configuration allows you to process one shard of a Kinesis or DynamoDB data stream with more than one Lambda invocation simultaneously. - Closes #16901 (cherry picked from commit 98c434a) Co-authored-by: Ravi Naik <ravinaik1312@gmail.com>
What does this PR do?
This PR adds the ability to add the parallelization factor configuration to functionbeat when reading from Kinesis streams.
https://aws.amazon.com/about-aws/whats-new/2019/11/aws-lambda-supports-parallelization-factor-for-kinesis-and-dynamodb-event-sources/
Why is it important?
This configuration allows you to process one shard of a Kinesis or DynamoDB data stream with more than one Lambda invocation simultaneously.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs