ericsyh commented on issue #13158: URL: https://github.com/apache/pulsar/issues/13158#issuecomment-994235366
After a brief discuss with @wang-yeliang and @jiazhai, it'll be better to develop the APISIX plugin with native Lua cause of the performance and usability than using the [Plugin Runner](https://apisix.apache.org/docs/java-plugin-runner/development/). So this issue will be breakdown into: * Lua Pulsar Library: like [lua-resty-kafka](https://github.com/doujiang24/lua-resty-kafka) and [lua-resty-rocketmq](https://github.com/yuz10/lua-resty-rocketmq). * APISIX Pulsar Plugin: like [kafka-logger](https://github.com/apache/apisix/blob/master/apisix/plugins/kafka-logger.lua) and [rocketmq-logger](https://github.com/apache/apisix/blob/master/apisix/plugins/rocketmq-logger.lua). Any other thoughts are all open to discuss and really welcome anyone wants to help on this issue. -- 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]
