Gerrrr opened a new pull request, #46:
URL: https://github.com/apache/flink-connector-kafka/pull/46

   The bump in shaded guava in Flink 1.18 changed import paths and caused the 
class loader fail when loading ManagedMemoryUtils.
   
   Looking at the root cause of the issue, shading was used as a technique to 
avoid dependency hell. As flink-connector-kafka should work with both flink 
1.17 and 1.18 that use different guava versions (and hence library import 
paths), shading did not really solve the problem it was introduced for in the 
first place.
   
   There are several several options to work around the problem. First, we 
could introduce our own shading for guava. Second, we could see if the 
dependency on guava is necessary at all and maybe remove it completely.
   
   This patch takes the latter route and removes dependency on guava from this 
connector.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to