Closed mogorman closed 5 years ago
Hi @mogorman, currently the Python client is only set to run against an AWS cluster. The ports it's set to run against are the ports the Elastic Load Balancer listens on. I'll have a PR to fix this soon. In the meantime, if you want to use the Python client, please do the following:
ELB_PORTS
list to be ELB_PORTS = [6450,]
. ./scripts/start-kvs-local.sh
. That should let you use the client locally. Sorry for the confusion, and thanks for pointing this out!
thanks @vsreekanti that solved my problem I will make a port parameter for the python library. one thing that surprised me was that variables i put in via the flkvs-cli aren't visible to python code, and vice versa.
Thanks for the PR, @mogorman! I didn't understand the second part of your previous message:
one thing that surprised me was that variables i put in via the flkvs-cli aren't visible to python code, and vice versa.
Is this still a problem you're facing? If so, would you mind expanding?
i am trying to run fluentkvs and perform a query on it using the included python client it crashes on all get and put queries