-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
True
-
None
-
False
-
-
-
Feature request or enhancement
For feature requests or enhancements, provide this information, please:
Which use case/requirement will be addressed by the proposed feature?
Customer is trying extract a relational database, and take it to a non-relational database.
The flow is as follows:
1) Origin (PostgreSQL DB)
2) Extraction( Debezium)
3) Kafka
4) Target (MongoDB and Redis)
Implementation ideas (optional)
discussed with engineering team. Please find below answer
Neither Mongo nor Redis is a JDBC compatible database (JDBC is a RDMS connection "standard" for java) so unfortunately that will not work.
Currently RedHat only support MongoDB as a source connector downstream. Sink connector for MongoDB is currently under development in our upstream.