-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Golang hello-world plugin #155
Comments
it looks like you are not enabling the plugin loader in your config. Try adding this section:
|
Hm, I put this just under the version key, doesn't seem to help... |
are you sure the plugin is mounted as expected on the docker container? |
From inside the container:
I'm really confused. Maybe I'll try again from scratch. BTW, I noticed this line in log:
Could this be a problem? ( |
This issue was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link. |
Hi, I'm trying to follow the documentation and setup the example go plugin. KrakenD gets up, I can access the flask server behind it, however as far as I can tell, the plugin is working (I don't get the Println output from init function). I compiled the plugin as documented (had to make this change to the code though: getsentry/raven-go#182). I'm placing the
.so
file next tokrakend.json
.krakend.json
I run krakend in using image from dockerhub, here's the
docker-compose.yml
Here are logs:
The text was updated successfully, but these errors were encountered: