Member since
10-13-2017
6
Posts
1
Kudos Received
0
Solutions
05-02-2019
12:49 AM
Is there a chance a connect to multiple masters to allow Python client choose the needed leader itself? Current connection string # Connect to Kudu master server
client = kudu.connect(host='kudu.master', port=7051) may prevent some automation tasks, because I have to choose the right leader first.
... View more