Conversation
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
This pull request has been removed from the queue for the following reason: Pull request #36164 has been dequeued. The pull request rule doesn't match anymore. The following conditions don't match anymore:
You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. |
|
Comments on closed issues and PRs are hard for our team to see. |
Reason for this change
Error handling
The following new properties to Kafka based ESM for error handling is now supported:
BisectBatchOnFunctionErrorMaximumRetryAttemptsMaximumRecordAgeInSecondsFunctionResponseTypesPoll grouping
Add support for multi esm grouping which can allow customers optimize for cost by sharing compute.
This will only be supported for Kafka based ESMs in provisioned mode. This support is added via the new property
ProvisionedPollerConfigFailure destination
Allow customers to send failed records to a kafka topic using on failure destination. We'll be supporting same cluster as the event source.
Description of changes
Describe any new or updated permissions being added
No new permissions are added.
Description of how you validated changes
Verified through integration and unit tests.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license