etcd-adapter
etcd-adapter copied to clipboard
put is not supported
- Which version of apisix is currently supported?
- start Error when starting apisix
xxx:apisix-2.13.1/ $ apisix start [10:32:24]
/usr/local/Cellar/openresty/1.19.9.1_2/luajit/bin/luajit ./apisix/cli/apisix.lua start
got malformed key-put message: "{"error":"put is not supported","code":2,"message":"put is not supported"}" from etcd "http://127.0.0.1:12379/v3/kv/put"
@bzp2010 pls take a look at this issue, many thx
@siaron Yes, the current Kine dependency does not support put and delete functions; there is currently a PR implementation of this feature #4 , but it has been implemented in a very hack way, and we plan to refactor this feature, but currently lack sufficient manpower to complete this work, if you are interested you can participate in this work.
Specifically, Kine is not meeting our needs and appears to be lacking in maintenance, this dependency may need to be removed and we need to implement our own database storage layer module.
Happy to be a part of it. Are there any relevant design documents or materials?
so this etcd-adapter can not work as apisix etcd now?
so this etcd-adapter can not work as apisix etcd now?
It can do a lot but it's still an experimental project. You try play it but be careful when you want to use it on prod env.
thanks. let me try try
so this etcd-adapter can not work as apisix etcd now?
It can do a lot but it's still an experimental project. You try play it but be careful when you want to use it on prod env.