jamesnetherton commented on issue #1641:
URL: https://github.com/apache/camel-quarkus/issues/1641#issuecomment-3405910342

   There's a combination of problematic things that will make this hard to 
implement.
   
   * Shaded dependencies. Jackson, Netty & Zookeeper (which has no native 
support aside from the 
[client](https://github.com/quarkiverse/quarkus-zookeeper-client))
    
   * Flink has a lot of optional dependencies, which can be problematic for 
native mode, since we don't allow building with `allow-incomplete-classpath`
   
   * From what I remember, Flink does some dynamic things with class loaders / 
class loading, which probably do not work OOTB in native mode


-- 
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