1 Reply Latest reply on Jun 5, 2014 10:57 AM by rareddy

    Clustering with Embedded Teiid

    jchidiac

      Hello,

      I'm using Embedded Teiid in an application where WebLogic is the App server and i want to cluster my application.Is there any means to deal with Teiid under clustering.

      For example,if i deploy a given VDB on a given cluster would be available on the others and same for cache.


      Thanks for the help.

      Regards

        • 1. Re: Clustering with Embedded Teiid
          rareddy

          Joseph,

           

          Teiid embedded is considered to be a framework, if you want add clustering on top of it, it depends upon your implementation as how it should behave. We provide hooks for deploying a VDB, how a deployed VDB makes across all the nodes in the cluster in the consistent manner is up to your design and environment you are hosting it in. Same for caching, Teiid uses Infinispan and gives hooks for you distribute across the nodes. Teiid community implements these features in the JBoss EAP host environment, if you want similar capabilities you would need to develop similar functionality.

           

          Ramesh..