Re: Writing asynchronous plugins with Java

2025-01-23 Thread YuanSheng Wang
hi: I have replied to you on github. regards. On Wed, Jan 8, 2025 at 11:06 PM btell...@linagora.com wrote: > Hello all, > > I received zero feedback for over 2 weeks on how to move this topic > forward. > > Can someone please review > https://github.com/apache/apisix-java-plugin-runner/pull/3

Re: Writing asynchronous plugins with Java

2025-01-08 Thread btell...@linagora.com
Hello all, I received zero feedback for over 2 weeks on how to move this topic forward. Can someone please review https://github.com/apache/apisix-java-plugin-runner/pull/313 and provide the much needed guidance? (or approvals!) BTW this changeset does wonders in production. Thanks by advan

Re: Writing asynchronous plugins with Java

2024-12-20 Thread Zhiyuan Ju
Thanks a lot! Will take a look! On Fri, Dec 20, 2024 at 22:52 btell...@linagora.com wrote: > Hello folks! > > First huge thanks for this amazing project. > > We actively rely on Apache APISIX at LINAGORA for our OIDC setup on top > of Apache James mail server. [1] > > As part of this set up we

Writing asynchronous plugins with Java

2024-12-20 Thread btell...@linagora.com
Hello folks! First huge thanks for this amazing project. We actively rely on Apache APISIX at LINAGORA for our OIDC setup on top of Apache James mail server. [1] As part of this set up we need to check for invalidated sid in upcoming tokens onto a Redis database. We naturally wrote a Java