cancel
Showing results forΒ 
Search instead forΒ 
Did you mean:Β 

Spring Data Neo4j RX Blocks on Projection

bekirtaskin05
Node Link

Hello,
I am using BlockHound library to check blocking code. BlockHound marks ClassReader is blocking

This is my cypher query with projection

I am using;
Spring boot 2.5.6
spring-data-neo4j 6.1.6

Do you have any suggestions to make it non-blocking?
Thanks in advance,
Bekir

2 REPLIES 2

Best create this as an GitHub issue on the spring-data-neo4j library.

Thank you, I have created an issue: BlockHound finds blocking call on projection Β· Issue #2445 Β· spring-projects/spring-data-neo4j Β· Git...
But I am not sure if its an issue or not.