StephanEwen edited a comment on issue #11196: [FLINK-16246][connector kinesis] Exclude AWS SDK MBean registry from Kinesis build URL: https://github.com/apache/flink/pull/11196#issuecomment-590431825 > There is a direct reference to the removed class in com.amazonaws.jmx.JmxInfoProvider; any idea how troublesome that might be? (I couldn't find any usages of that class quickly). You are right, if we exclude `com.amazonaws.jmx.SdkMBeanRegistrySupport`, we should exclude `com.amazonaws.jmx.JmxInfoProviderSupport` as well. But some PhantomReference-based "AWS metrics cleaner util" or so sounds cleaner in the end. (No pun intended).
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
