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-590751044 > How about providing a no-op replacement for SdkMBeanRegistrySupport that behaves like SdkMBeanRegistry#NONE? That can definitely work, and sounds good to me. It would be effectively the exclusion defined here, but an extra class in the connector project. I am wondering if we can make this "generically" accessible also to other projects. The user that ran into this issue also had a self-built SQS connector that also triggered the problem. I guess this could be solved by making the AWS SDK dependency in his SQS connector "provided" and make sure our adjusted one from the Kinesis SDK is pulled.
---------------------------------------------------------------- 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
