We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl http://localhost:2379/v3/watch \ -X POST -d '{"create_request": {"key":"Zm9v"} }'
get this error response:
{"result":{"header":{},"watch_id":"4","created":true}} {"result":{"header":{},"watch_id":"4","canceled":true,"cancel_reason":"watch closed"}} {"error":{"grpc_code":2,"http_code":500,"message":"EOF","http_status":"Internal Server Error"}}
error log in etcd-adapter process:
ERRO[0009] failed to list foo for revision 0
The text was updated successfully, but these errors were encountered:
cc @bzp2010
Sorry, something went wrong.
start etcd-adapter at 2379 with a mysql backend send etcd http watch request curl http://localhost:2379/v3/watch \ -X POST -d '{"create_request": {"key":"Zm9v"} }' get this error response: {"result":{"header":{},"watch_id":"4","created":true}} {"result":{"header":{},"watch_id":"4","canceled":true,"cancel_reason":"watch closed"}} {"error":{"grpc_code":2,"http_code":500,"message":"EOF","http_status":"Internal Server Error"}} error log in etcd-adapter process: ERRO[0009] failed to list foo for revision 0
hello 能加个联系方式吗?我的etcd-adapter一直编译不过,想请教几个问题
No branches or pull requests
get this error response:
error log in etcd-adapter process:
The text was updated successfully, but these errors were encountered: