jongyoul commented on code in PR #4902:
URL: https://github.com/apache/zeppelin/pull/4902#discussion_r2036792074
##########
zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java:
##########
@@ -207,7 +206,8 @@ protected void configure() {
.to(RemoteInterpreterProcessListener.class)
.to(ApplicationEventListener.class)
.to(NoteEventListener.class)
- .to(WebSocketServlet.class)
+ // TODO: check
+ // .to(WebSocketServlet.class)
Review Comment:
For your information, NotebookServer is used in both the rest servlet and
the WebSocket servlet. So, if you comment out this line, we will have two
NotebookServer instances for both servlets. I want to use one instance across
the servlets but couldn't find it.
--
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]