Re: Client Usage of RMI

2020-06-22 Thread Joris Melchior
Pulse communicates to the locator over jmx/rmi as well. From: Kirk Lund Sent: June 19, 2020 14:24 To: dev@geode.apache.org Subject: Re: Client Usage of RMI The only use of RMI in Geode that I'm aware of is: 1) GFSH to Locator communication over jmx/

Re: Client Usage of RMI

2020-06-19 Thread Kirk Lund
The only use of RMI in Geode that I'm aware of is: 1) GFSH to Locator communication over jmx/rmi 2) Communication from the main JUnit JVM to DUnit JVM for dunit tests In theory, a User could connect to the Locator over jmx/rmi from any JVM using JDK JMX code. This could include deploying a Functi

Client Usage of RMI

2020-06-19 Thread Jacob Barrett
All, Related to the conversation about certificate based authentication, how much of the client side would invoke any RMI requests? I am trying to gauge the impact of not having RMI as an option for client applications wishing to use certificate based authentication. -Jake