yantzu commented on issue #193: [LIVY-621]add dynamic service discovery for 
thrift server
URL: https://github.com/apache/incubator-livy/pull/193#issuecomment-540405424
 
 
   Livy user in my company is asking for Rest API Load Balance functionality 
these days. So I go throught #189 and #212 and then I realize service discovery 
for Rest is quite different with Thrift. The main difference is thrift is a 
long connection while rest is not. When thrift connect is break, the session is 
shutdown but rest session is not. And another difference is thrift's client are 
exsiting hive client while rest have many different clients.  
   These differences make thrift service discovery much easier than rest, so 
maybe we should consider them seperately.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to