Re: [Icon Design]: creating our own uniform Apache APISIX flavoured icons for plugins

2021-04-29 Thread Zhiyuan Ju
Thanks Das! Ayush das 于2021年4月28日 周三下午5:58写道: > Hey all! > And finally we have all the icons in our plugin page , > Many of our members were suggesting me some changes in icons design, i want > to know those suggestions in details from all, > So please take a look to this and have a review > > PR

Re: [Proposal] support using other languages to write plugin for APISIX

2021-04-29 Thread Sheng Wu
Let me give a pretty clear answer from a Java developer. 99% of Java developers today, who are writing business logic, are only focusing on Spring framework. Especially, we are talking about Spring Gateway. Who will write that's filter w/o Spring libraries or core? You could try to find a real cas

Re: [Proposal] support using other languages to write plugin for APISIX

2021-04-29 Thread ZhengSong Tu
I have some questions about the Java plugin runner to discuss. Topic 1: Technical selection of communication protocols java did not provide support for unix domain sockets until jdk16, but obviously we will not be so aggressive in choosing jdk16, at this stage we focus on jdk 8, so in order to imp

Re: [DISCUSS] Place the apisix-java-plugin-runner project under apache

2021-04-29 Thread ZhengSong Tu
Mailing list for [Proposal] support using other languages to write plugin for APISIX: https://lists.apache.org/thread.html/r7524b2622fbdf152a83b48e8c9d680075fbe64cb0f3591e0bf3212e9%40%3Cdev.apisix.apache.org%3E ZhengSong Tu 于2021年4月29日周四 下午4:27写道: > Hi, Community > > We are implementing a featur

[DISCUSS] Place the apisix-java-plugin-runner project under apache

2021-04-29 Thread ZhengSong Tu
Hi, Community We are implementing a feature that supports writing apisix plugins in multiple languages. In the first phase, we intend to support java first, so we will have a new project named apisix-java-plugin-runner, whose role is to run the java plugin code written by the user, and communica