Satish Viswanathan
Satish Viswanathan
Even I'm having the same requirement. It would be great we can target the email alerts to specific group rather than the entire audience.
@shubhamranjan i'm not seeing exception but seems like the application is losing the connection with etcd and subsequent watch notification is not received after restart.
@shubhamranjan , Just reaching out to see if this scenario is being considered in future release as a feature.
I was also looking for a way we can integrate stored procedures. Any help is appreciated !
We were setting the path for ASPNETCORE_TEMP in the K8s environment and still facing this issue and the dotnet version we are using is dotnet 8. Is the expectation that...
@shreemaan-abhishek Thank you for your response. Can you check if my config are good to load a custom plugin Apologies should have uploaded the file for better readability. I have...
@kayx23 initially I tired that way as suggested in the documentation but the plugin didn't get picked up .. but when I gave the full path it's picking up but...
@kayx23 - I tried that but still it didn't work, however I resolved that issue by copying the custom plugin under the plugins folder where all the plugins are residing...
quick update I got the plugins loaded by settings the extra_lua_path "/opt/apisix/plugins/\?.lua" and in my apisix docker I gave it as follows. apisix: image: apache/apisix:${APISIX_IMAGE_TAG:-3.8.0-debian} restart: always volumes: - ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro...
My custom plugin worked. Loading issue resolved by giving the following volume path in the docker to load the custom plugin. - ./custom-plugins:/opt/apisix/plugins/apisix/plugins:ro The above error might be a syntax...