Hi,
we are using Ignite.Net and testing eventing, We had a main node running
and our application connects to node using thin client. we run another node
as thick client and implement eventing on cache put as per documentation and
Ignite.Net examples.
But thick client is not able to get the events when there is new cache entry
is created, but when i add the eventing on main node its able to catch
events.
I had added event types in Cache config as per the document, but still thick
client is not getting event.
Added following in both thick client and node
<includedEventTypes>
<int>CacheObjectPut</int>
</includedEventTypes>
Please suggest if i am missing anything
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/