Asif Sohail Mohammed
Asif Sohail Mohammed
Signed-off-by: Asif Sohail Mohammed ### Description - Addressed some left out feedback from peer forwarder client PR https://github.com/opensearch-project/data-prepper/pull/1677 - Added custom exceptions which will be thrown in decorator - Updated...
Currently core peer forwarder has a limitation of creating beans with ssl as true by default. Solution 1: Make ssl false by default. Solution 2: Have a configuration with default...
**Is your feature request related to a problem? Please describe.** Currently Data Prepper supports certificate from SSL supports ACM, S3 and file. It'd be nice to have support for AWS...
**Is your feature request related to a problem? Please describe.** Core peer forwarder currently stores all the peers in a map as they are made available but it does not...
**Is your feature request related to a problem? Please describe.** Currently, only piplelines.yaml can be deserialized using [PluginDurationDeserializer](https://github.com/opensearch-project/data-prepper/blob/main/data-prepper-core/src/main/java/com/amazon/dataprepper/plugin/PluginDurationDeserializer.java). It doesn't allow `DataPrepperConfiguration` to use `Duration`. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** Data Prepper currently has a `BlockingBuffer` plugin which is used a buffer. Core Peer Forwarding(#700) requires a similar buffer for...
**Is your feature request related to a problem? Please describe.** Currently, plugin configurations use Java validations (@AssertTrue for example) to validate the configuration options. We don't support that in the...