david-streamlio opened a new issue, #50: URL: https://github.com/apache/pulsar-connectors/issues/50
## Current state `dynamodb` only has `DynamoDBSourceConfigTest` (config parsing) — the source logic is untested. ## Proposal Add a LocalStack-based integration test via Testcontainers (the `kinesis` module's `KinesisSinkTest` already uses `testcontainers-localstack`, and the catalog entry exists): create a DynamoDB table with Streams enabled, write items, and assert the source emits the stream records. _Part of an integration-test coverage sweep of all connector modules._ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
