neo4j-contrib / neo4j-streams

Neo4j Kafka Connector
https://neo4j.com/docs/kafka
Apache License 2.0
173 stars 71 forks source link

Support Depedency loading checks for arbitrary dependencies #437

Open moxious opened 3 years ago

moxious commented 3 years ago

Relates to:

Zendesk Ticket https://neotechnology.zendesk.com/agent/tickets/11765

The issue:

Neo4j-streams can currently check if APOC is loaded before starting, but customer needs the same functionality for custom plugins.

Options:

moxious commented 3 years ago

We want the cypher approach; need to implement a method of specifying a polling startup query & timeout similar to what was done with APOC previous.

moxious commented 3 years ago

this is unlikely to be worked on because of coming plugin deprecation in favor of kafka connect source implementation