Good day, Based on my experience, Gremlin Server is currently difficult to extend, often requiring either branching off the code or injecting low-level code directly into the Netty layer.
However, Gremlin Server functions primarily as an Inversion of Control (IoC) framework, similar in principle to Spring Boot. Given that a major redesign is already planned for the 4.0 version, what are your thoughts on refactoring Gremlin Server to use Google Guice as the main IoC driver? >From my opinion it should noticeably simplify integration efforts for vendors including main function such as management of graph instances. Thanks, Andrii Lomakin YouTrackDB development lead
