machristie commented on issue #7: URL: https://github.com/apache/airavata-data-catalog/issues/7#issuecomment-1434759615
I finally figured out why my @Transactional GrpcService wasn't seeming to actually commit transactions when an rpc method returns. This is a known issue with grpc-spring-boot-starter, see https://github.com/LogNet/grpc-spring-boot-starter#8-grpc-response-observer--and-spring-transactional-caveats. The recommendation is to create a separate transactional service layer to handle the database transactions, so I'm going to do that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
