David Allen
David Allen
@mwildt We discussed as a team and have some feedback. When writing chaotic or messy data from a kafka topic into Neo4j, the most important thing is to write more...
@alexj2510 can you help us make this a bit more concrete? I'm not sure I can clearly picture a case where the cypher is written defensively and yet still fails....
Some general points: * Pretty much nobody can control the format of the upstream input topic. But frequently an option in Kafka (not always) is to cleanse an upstream provider's...
Update note from JW: 3.5, 4.0, 4.1 - use LeaderListener 4.2 use LeaderService#createListener (as above)
Another possibility: change plugin to use fabric to proxy the writes through the server. Open question which patch versions of 4+ this will work on. From HF: the listener is...
This is blocked pending input from cluster & engineering team. Do not take.
https://github.com/neo4j-contrib/neo4j-streams/issues/155
@conker84 the general principle of "exposing to the cypher layer anything that the kafka client can deliver" is probably a good one. I can imagine valid use cases why a...
Things to watch out for: - API incompatibilities between 4.0, 4.1, 4.2 - Eventual PR to 4.0+ only, no need to port to 3.5 - Need verification that race condition...
@SmithJohnTaylor @arash-ariana sorry for the time lag, but is there any follow-up on this ticket?