You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/08/16 01:59:19 UTC

[GitHub] [apisix-java-plugin-runner] Rdebu commented on issue #58: After the Java plugin is written and run, how does Apisix get the custom filter? Is it through the Spring container

Rdebu commented on issue #58:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/58#issuecomment-899161456


   > yes, it's not in Spring container. see:
   > 
   > https://github.com/apache/apisix-java-plugin-runner/blob/5a6c83709085527702dfc428117c2ae87f230d31/runner-core/src/main/java/org/apache/apisix/plugin/runner/handler/A6HandlerConfiguration.java#L47-L53
   > 
   > requires the cache id to be fetched from the cacheļ¼Œ and this cache is stored in APISIX.
   
   I want to get the Filter Bean by java code while Apisix is running .
   ![image](https://user-images.githubusercontent.com/58921097/129501592-5521b265-81ab-4c61-82b5-8e3c76e0b5b4.png)
   
   but i tell me is null
   ![image](https://user-images.githubusercontent.com/58921097/129501654-057d8f80-c1d2-4227-b68a-7e9b9f57d88f.png)
   
   how can i get the filter bean 


-- 
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-unsubscribe@apisix.apache.org

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