ericluoliu commented on issue #161: URL: https://github.com/apache/apisix-java-plugin-runner/issues/161#issuecomment-1173166962
Hi @chenyyyang, I think you cannot use Docker (as it is a separate container) to install apisix if you want to run it alongside java-plugin-runner. According to https://apisix.apache.org/docs/java-plugin-runner/the-internal-of-apisix-java-plugin-runner/: "apisix-java-plugin-runner and APISIX use the Unix Domain Socket for inter-process communication, so they need to be deployed in the same instance." To resolve this issue, you should use the RPM installation (https://apisix.apache.org/docs/apisix/how-to-build) to run apisix. As you are on M1 mac, you may need to create a CentOS VM. -- 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]
