Skip to content
New issue

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

put is not supported #13

Open
ccwxl opened this issue May 18, 2022 · 6 comments
Open

put is not supported #13

ccwxl opened this issue May 18, 2022 · 6 comments

Comments

@ccwxl
Copy link

ccwxl commented May 18, 2022

  • 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"
@membphis
Copy link

membphis commented May 21, 2022

@bzp2010 pls take a look at this issue, many thx

@membphis membphis assigned soulbird and unassigned membphis and soulbird May 21, 2022
@bzp2010
Copy link
Contributor

bzp2010 commented May 21, 2022

@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.

@ccwxl
Copy link
Author

ccwxl commented May 21, 2022

Happy to be a part of it. Are there any relevant design documents or materials?

@ZhangShangyu
Copy link

so this etcd-adapter can not work as apisix etcd now?

@tokers
Copy link
Contributor

tokers commented Oct 21, 2022

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.

@ZhangShangyu
Copy link

ZhangShangyu commented Oct 21, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants