Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature description
For my use case, I'm trying to orchestrate a CDC pipeline from a mongo/documentdb database through an MSK cluster to a Lambda function using the Debezium CDC connector for MongoDB. To do this in AWS I would need to create an MSK connect custom plugin referencing the connector JAR or ZIP in S3. It appears this functionality is not yet supported in localstack making it difficult to fully test this CDC pipeline.
π§βπ» Implementation
No response
Anything else?
This is the example I'm trying to follow. https://docs.aws.amazon.com/msk/latest/developerguide/msk-connect-debeziumsource-connector-example-steps.html