tbonelee opened a new pull request, #4893:
URL: https://github.com/apache/zeppelin/pull/4893

   ### What is this PR for?
   This PR introduces the `ZEPPELIN_EVENT_SERVER_PORT` configuration option.
   When this option is set, the Event server that communicates with 
interpreters will listen on the specified port.
   
   The `ZEPPELIN_EVENT_SERVER_PORT` option takes precedence over 
`ZEPPELIN_SERVER_RPC_PORTRANGE` option.
   If `ZEPPELIN_EVENT_SERVER_PORT` is set, the `ZEPPELIN_SERVER_RPC_PORTRANGE` 
range will be ignored.
   
   This option is particularly useful when running individual Zeppelin 
components in container orchestration environments like Kubernetes.
   By explicitly specifying the port, it allows for a more declarative and 
clearer configuration of service resources compared to 
`ZEPPELIN_SERVER_RPC_PORTRANGE`.
   
   ### What type of PR is it?
   Improvement
   
   ### Todos
   * [ ] - Task
   
   ### What is the Jira issue?
   * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN-6143
   
   ### How should this be tested?
   * Run Zeppelin with and without this configuration and check zeppelin-server 
logs for the message `"InterpreterEventServer is starting at "`. Verify that 
the specified port is used as intended(If the option is set).
   
   ### Questions:
   * Does the license files need to update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? Yes
   


-- 
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: reviews-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to