Skip to content
New issue

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

Neo4j Stream plugin (Source) error when hyphen character in relationship name #487

Open
mroiter-larus opened this issue Sep 1, 2021 · 0 comments
Labels
3.5 Related to Neo4j 3.5 series 4+ Related to Neo4j 4.0+ series bug Something isn't working Producer The component that create the event on commit

Comments

@mroiter-larus
Copy link
Contributor

mroiter-larus commented Sep 1, 2021

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:

java.lang.IllegalArgumentException: The pattern BELONGS-TO{*} for topic TestTopic is invalid

in both 3.5.x and 4.0.x plugin versions

How to Reproduce the Problem

Set a Source relationship pattern like:

streams.source.topic.relationships.TestTopic=BELONGS-TO{*}

Versions

  • Neo4j: 3.5.x and 4.x
  • Neo4j-Streams: 3.5.x and 4.0.x
@mroiter-larus mroiter-larus added 3.5 Related to Neo4j 3.5 series 4+ Related to Neo4j 4.0+ series bug Something isn't working Producer The component that create the event on commit labels Sep 1, 2021
mroiter-larus added a commit to mroiter-larus/neo4j-streams that referenced this issue Sep 2, 2021
mroiter-larus added a commit to mroiter-larus/neo4j-streams that referenced this issue Sep 2, 2021
mroiter-larus added a commit to mroiter-larus/neo4j-streams that referenced this issue Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.5 Related to Neo4j 3.5 series 4+ Related to Neo4j 4.0+ series bug Something isn't working Producer The component that create the event on commit
Projects
None yet
1 participant