I am a bit confused here which the controller data.In this configuration data, if i put the Tier and Nodes as such in my C++ application main function, which tier will relate to which node?const char APP_NAME[] = "SampleC";const char TIER_NAME[] = {"...
I am trying to configure controller settings in a C++ application in unix environment. I see these configuration settings in the example -const char APP_NAME[] = "SampleC";
const char TIER_NAME[] = "SampleCTier1";
const char NODE_NAME[] = "SampleCNod...