AHeise commented on PR #111:
URL: 
https://github.com/apache/flink-connector-kafka/pull/111#issuecomment-2343804616

   > @AHeise I am trying to work on that within this PR -> 
https://github.com/pawel-big-lebowski/flink-connector-kafka/pull/1/files. What 
would be the best way to show whether it works or not? I believe it does bcz of 
Java lazy class loading but not sure how to prove this via flink Kafka 
connector end-to-end tests.
   
   I'm guessing the easiest way to check it is to simply include some 
dependency as `provided`, use an interface of that dependency in some class and 
then execute some test that uses the class. Your assumption is that any test 
that refers to methods of the interface fails while all tests that don't 
succeed.
   
   I don't think you need to use this repo to make your point - you can also 
just setup some small POC repo. Or simplify a fork as much as needed.


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to