Hi All, In TINKERPOP-2806 (https://issues.apache.org/jira/browse/TINKERPOP-2806) there were some methods added to GraphManager to allow providers to have more insight into when execution occurs in the server and the outcome of that execution. The interface was based on RequestMessage having a request ID. However, for TinkerPop 4, the new RequestMessageV4 no longer contains a request ID (although one could be added). And, it probably makes sense for this interface to work with the upcoming Transaction API. I've looked around at some open source providers and it doesn't seem like this interface is being used. So for those reasons, I'm suggesting that we revert these changes in TinkerPop 4 (they will remain on 3.x) until we can have a better understanding of what sort of notification system makes sense for providers in TinkerPop 4. We can then add it back at a later time.
Does anyone have concerns about reverting these changes? Thanks, Ken