Re: QUESTION: Local Dev Setup

2021-03-09 Thread Till Rohrmann
Hi Jan, if you run mvn install of your modified Flink, then you can simply use the maven artefacts from the local repository. You should then either specify --no-snapshot-updates or assign a different maven version to your Flink build which you can reference from your test job. Cheers, Till On S

QUESTION: Local Dev Setup

2021-03-06 Thread Jan Brusch
Hi, I've been making some modifications to the flink source code and a connector. Now I would like to test my code by building a job with it and running the job against my modified flink source. There are multiple options, I guess, how to achieve that. So, I wanted to ask here about your set