Hi, ZeppelinServer [1] sets Websocket text message size with default value defined in ZeppelinConfiguration [2].
Hope this helps. Thanks, moon [1] https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java#L214 [2] https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java#L576 On Thu, Oct 13, 2016 at 3:53 AM Sandeep More <[email protected]> wrote: > Hello, > > > > I am planning to add proxy support for Zeppelin in Knox and would like to > > know what are the default values for the following properties: > > > > 1) Max text message size for Websocket connection > > 2) Max binary message size for Websocket connection > > > > Also, are these properties configurable. > > > > Thanks ! > > Sandeep > >
