I'm beginner in Neo4j and trying to test streams.publish() procedure.
call streams.publish('neo4j','Hello!!!')
leads to error:
Neo.ClientError.Procedure.ProcedureCallFailed
Failed to invoke procedure streams.publish: Caused by: kotlin.UninitializedPropertyAccessException: lateinit property eventRouterConfiguration has not been initialized
My test environment (docker based ):
- zookeeper
- Kafka
- neo4j Enterprise/developer edition
Regular terminal tests with producer/consumer work well.
I'd appreciate your help.