Forum Discussion
LinusAtFabric
7 months agoNew Member
MongoDB CDC - org.apache.kafka.connect.errors.DataException: Invalid value: null used
Hi all, I try to configure an Eventstream in Fabric. The source is a MongoDB Atlas instance. I use the standard Fabric "MongoDB CDC Preview" Connector. In the runtime log, I receive the following ...
- 7 months ago
Hello LinusAtFabric
Have you followed the guidelines in this Microsoft doc, especially setting up CDC on a collection?
Add MongoDB CDC source to an eventstream - Microsoft Fabric | Microsoft Learn
When configuring the connector in Fabric, you must explicitly select:
- The database
- One or more collections
If the UI step was skipped or failed to persist the value, the pipeline may start with collection = null.
deborshi_nag
7 months agoSuper User
Hello LinusAtFabric
Have you followed the guidelines in this Microsoft doc, especially setting up CDC on a collection?
Add MongoDB CDC source to an eventstream - Microsoft Fabric | Microsoft Learn
When configuring the connector in Fabric, you must explicitly select:
- The database
- One or more collections
If the UI step was skipped or failed to persist the value, the pipeline may start with collection = null.