MatchableClassFileTransformerDispatcher not apply on All Classes
#3,687 opened on Jan 8, 2018
Repository metrics
- Stars
- (13,194 stars)
- PR merge metrics
- (Avg merge 17h 11m) (100 merged PRs in 30d)
Description
Description
I wrote KafkaConsumer plugin,then a very strange thing happens. I have print out all the MatchableClassFileTransformerGuardDelegate . And I can see 'SubscriptionState' class has a MatchableClassFileTransformerGuardDelegate transformer {matcher=DefaultClassNameMatcher{org.apache.kafka.clients.consumer.internals.SubscriptionState}, transformCallback=com.navercorp.pinpoint.plugin.kafka.KafkaClientPlugin$1@3dd6db4a} But The transformer has not been applied. (Noexception happens of course) Similar like https://stackoverflow.com/questions/34285862/java-agent-transform-not-applied-on-all-classes