Mule HA Cluster - Application configuration issue -


we working on mule ha cluster poc 2 separate server nodes. able create cluster. have developed small dummy application http endpoint reliability pattern implementation loops period , prints value. when deploy application in mule ha cluster, though deploys in cluster , application log file has been generated in both servers running in 1 server. in application can point server ip http endpoint. 1 please clarify following queries?

  1. in our case why application running in 1 server (which ever ip points server getting executed).
  2. will mule ha cluster create virtual ip?
  3. if not ip need configure in application http endpoints?
  4. do need have load balancer http based endpoints request? if in application ip needs configured http endpoint don't have virtual ip mule ha cluster?

really appreciate on this.

environment: mule ee esb v 3.4.2 & private cloud.

1) seeing 1 server processing requests because sending them same server each time.

2) mule ha not create virtual ip

3/4) need place load balancer in front of mule nodes in order distribute load when using http inbound endpoints. not need decide ip place in http connector within application, load balancer route request 1 of nodes.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -