We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug reported in the Zendesk ticket #14191 (https://neotechnology.zendesk.com/agent/tickets/14191)
Neo4j Streams Source should accept a relationship pattern which contains a hyphen character
Neo4j Streams Source raise an exception like the following:
java.lang.IllegalArgumentException: The pattern BELONGS-TO{*} for topic TestTopic is invalid
in both 3.5.x and 4.0.x plugin versions
Set a Source relationship pattern like:
streams.source.topic.relationships.TestTopic=BELONGS-TO{*}
The text was updated successfully, but these errors were encountered:
Fixes neo4j-contrib#487: Neo4j Stream plugin (Source) error when hyph…
e0cbfee
…en character in relationship name
c1614ce
d6eda6b
Successfully merging a pull request may close this issue.
Bug reported in the Zendesk ticket #14191 (https://neotechnology.zendesk.com/agent/tickets/14191)
Expected Behavior (Mandatory)
Neo4j Streams Source should accept a relationship pattern which contains a hyphen character
Actual Behavior (Mandatory)
Neo4j Streams Source raise an exception like the following:
in both 3.5.x and 4.0.x plugin versions
How to Reproduce the Problem
Set a Source relationship pattern like:
Versions
The text was updated successfully, but these errors were encountered: