I am an Azure based developer and we are using neo4j for a data platform project (in Azure) where we need to push neo4j updates for some specific labels to downstream system (to Azure ADT).
As per the documentation, the Neo4j Streams
-
Kafka Connect Neo4j Connector User Guide - Neo4j Kafka Integration Docs - looks suitable for this use case, but it is mentioned in the document that it is getting deprecated soon, so use kafka connect.
But Kafka connect is not supporting Neo4j as source - Kafka Connect Neo4j Connector User Guide - Neo4j Kafka Integration Docs
As per the best practices, Streams pluggin is recommended when Neo4j is source- Kafka Connect Neo4j Connector User Guide - Neo4j Kafka Integration Docs.
But since it is getting deprecated, what is the best approach to consider considering future as well ?