Yes, I noticed that APISIX will support different backend as source of confirmation instead of etcd, and I’d like to word if there's anything need support.
And this feature request may work as a logger such as Kafka-logger to save request Log. > 2022年4月18日 上午11:19,Chever John <cheverjonat...@gmail.com> 写道: > > Hi, > > Great suggestion! > > In fact I understand that APISIX may have plans to support mysql this year. > I think you could keep an eye on the APISIX roadmap and of course if you > can provide support for that, you'd be very welcome! > > I look forward to hearing from you! > > Best wish, > John Chever > > > On Apr 18, 2022 at 11:14:19, 你要挨打哦 <1253319...@qq.com.invalid > <mailto:1253319...@qq.com.invalid>> wrote: > >> Thanks for your guidance. I have sent an email to >> dev-subscr...@apisix.apache.org <mailto:dev-subscr...@apisix.apache.org> >> <mailto:dev-subscr...@apisix.apache.org >> <mailto:dev-subscr...@apisix.apache.org>> >> and received a comfirmation email from dev-h...@apisix.apache.org >> <mailto:dev-h...@apisix.apache.org> <mailto: >> dev-h...@apisix.apache.org <mailto:dev-h...@apisix.apache.org>> who told me >> that The address >> >> 1253319...@qq.com <mailto:1253319...@qq.com> <mailto:1253319...@qq.com >> <mailto:1253319...@qq.com>> >> >> was already on the dev mailing list when I received >> your request, and remains a subscriber. >> >> 2022年4月18日 上午10:53,Zhiyuan Ju <juzhiy...@apache.org >> <mailto:juzhiy...@apache.org>> 写道: >> >> >> Hi, >> >> >> Glad to hear from you! >> >> >> I noticed you haven't subscribed to Apache APISIX's Dev Mailing List. >> Please follow this guide[1] to subscribe and discuss. >> >> >> I am also waiting for more ideas about this feature request :) >> >> >> [1] >> https://apisix.apache.org/zh/docs/general/join#subscribe-to-the-mailing-list >> < >> https://apisix.apache.org/zh/docs/general/join#subscribe-to-the-mailing-list >> <https://apisix.apache.org/zh/docs/general/join#subscribe-to-the-mailing-list> >>> >> >> Best Regards! >> >> @ Zhiyuan Ju <https://github.com/juzhiyuan <https://github.com/juzhiyuan>> >> >> >> 你要挨打哦 <1253319...@qq.com.invalid <mailto:1253319...@qq.com.invalid>> >> 于2022年4月18日周一 10:45写道: >> >> Hello, >> >> >> The APISIX has some plugin loggers like http-logger,kafka-logger which >> can receive log from apisix to persistence or analysis, but without MySQL >> logger. >> >> >> Today, MySQL is the second ranking RDBMS solution in the world, according >> to DB Engines <https://db-engines.com/en/ranking >> <https://db-engines.com/en/ranking> < >> https://db-engines.com/en/ranking <https://db-engines.com/en/ranking>>> and >> it is a free-to-use, open-source >> database that facilitates effective management of databases by connecting >> them to the software. It is a stable, reliable and powerful solution with >> advanced features like the following Data Security, High Performance and so >> on, so there are many users or companies already use MySQL to persist data. >> >> >> And lua-resty-mysql <https://github.com/openresty/lua-resty-mysql >> <https://github.com/openresty/lua-resty-mysql> < >> https://github.com/openresty/lua-resty-mysql >> <https://github.com/openresty/lua-resty-mysql>>> is a MySQL client driver >> for the ngx_lua nginx module, it support basic operation of CURD, maybe we >> can use it to persist request logs from apisix. >> >> >> Please leave your comments below if there's anyone agrees with me. >> >> >> Thank you.