Hello,
Is there a way to get count of nodes and peer driver connected to driver (or execution channell count) programmatically. I want to divide jobs to tasks according to execution channell count at that moment.
Edit : Maybe, it can be calculated by iterating all topology members with TopologyManager and gettting their information (thread count ..), i will try.