Package-level declarations
Types
Link copied to clipboard
class DeclarativeCdkConfiguration(val objectStorageConfig: ObjectStorageConfig) : DestinationConfiguration, ObjectStorageConfigProvider
With this class, we are doing a distinction between CDK configuration and connector configuration. A DestinationConfiguration is required to satisfy come of the CDK configuration like the estimatedRecordMemoryOverheadRatio for ReservingDeserializingInputFlow or the DlqPipelineFactoryFactory that requires a DestinationConfiguration that is also a ObjectStorageConfigProvider.
Link copied to clipboard
Link copied to clipboard
This class should only be used to satisfy the templating from the integration tests