ShenFeng312 commented on issue #10620: URL: https://github.com/apache/apisix/issues/10620#issuecomment-2412887284
> @ShenFeng312 thanks, the implementation is poor, but stable than the lua version. http-dubbo plugin is much worse than this one. I am trying to rewrite an new version based on the fastjson2, the serialization part will take time to verify. > > Any other idea? Rewrite new C++ plugin is a good idea,Previously, I was considering implementing a new C++ plugin to facilitate the use of ngx_multi_upstream_module. However, this module was developed for NGINX, and in fact, it is incompatible with OpenResty. If we were to develop a new C++ plugin, we would need to understand the implementation of both ngx_multi_upstream_module and dubbo-proxy, which would take a considerable amount of time. I apologize for not paying much attention to the open-source community recently due to a busy work schedule. As far as I know, Fastjson2 is based on JSONB, which may not be very suitable for gateways. If possible, I believe the older Fastjson serialization protocol is more appropriate for gateway use. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
