Hi, I am curious if there is a way to dynamically add a new data region after calling Ignition.start()? I tried locally by starting one instance with just a default region and starting a second instance with an additional data region called regionA. After this, I used a simple thin client program to create a cache in regionA and got connection refused error. It seems like it will only work when regionA exists on both Ignite instances.
I am new to Apache Ignite and would really appreciate if someone can provide some insights on this. Thanks! Regards, Bill