connection = ConnectionParams.from_tuples("protocol", "http", "host", "localhost", "port", "8080", "cluster", "mycluster")
# Returns {'protocol': 'http', 'host': 'localhost', 'port': '8080', 'cluster': 'mycluster'}
connection = ConnectionParams.from_tuples("protocol", "http", "host", "localhost", "port", "8080", "cluster", "mycluster")
# Returns {'protocol': 'http', 'host': 'localhost', 'port': '8080', 'cluster': 'mycluster'}