Skip to content

Does Skywalk support developing custom Watchers to dynamically read agent configurations in plugins #13362

Answered by wu-sheng
llluckyou asked this question in Q&A
Discussion options

You must be logged in to vote

That is common and typical issue. You should not create and use service in the plugin, which has to be injected per its classloader.
If you need to coordinate crosss classloader, either enject the shared class into parent classloader and share it, or use basic and JVM included class type.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@llluckyou
Comment options

@wu-sheng
Comment options

Answer selected by llluckyou
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants