kworkbee commented on issue #12471:
URL: https://github.com/apache/apisix/issues/12471#issuecomment-3138305873

   Hi @Baoyuantop !
   
   Here is the `config.yaml` below (which configuration is applied on our 
business production environment)
   
   ```yaml
   apisix:
     # ...
   
     ext-plugin:
         cmd:
           - java
           - -Dio.netty.eventLoopThreads=10
           - -Dlogging.level.root=INFO
           - -jar
           - /app/apisix-external-plugin.jar
           
     # ...
   ```
   
   For `Dockerfile`, I would appreciate it if you could refer to the above 
mentioned.
   
   When there is an API call using the plug-in, the above mentioned error log 
is output, and none of the other error logs are related to this.
   


-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to