Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.6K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
CEP Cluster

calvinIsMe
Member Posts: 23
Hi
I would like clear my understanding on a CEP cluster. Let's assume I have a 2 node CEP cluster. And 2 events came to node1 and next two came to node2. I would expect when node2 receives 2 events it will have the knowledge of what has happened with node1. In different words if an EPN deployed in the cluster, would behave exactly same no matter an event goes via node1 or node2 or both.
Regards
I would like clear my understanding on a CEP cluster. Let's assume I have a 2 node CEP cluster. And 2 events came to node1 and next two came to node2. I would expect when node2 receives 2 events it will have the knowledge of what has happened with node1. In different words if an EPN deployed in the cluster, would behave exactly same no matter an event goes via node1 or node2 or both.
Regards
Tagged:
Answers
-
Hi,
OEP's cluster generally supports homogenous active/active architectures, however the 'event delivery' aspect of it is tied to the transport that the application is using, therefore could you elaborate how your app is designed? For example, what kind of inbound transport does it? Is it using a HA adapter?
Thanks
Alex -
Hi Alex
Let's assume we are talking about JMS inbound adapter. So my question is whether in HA environment one node in a cluster will be aware of the inbound messages (of same kind)received by the other node(s) in the same cluster. This should be default behaviour of any cluster, I presume. But just to double check my understanding.
Regards
This discussion has been closed.