Hello,I'd like to be able to see if new version of my job is compatible with the old one.
I can make a savepoint and run new version from that, but I'd like to be able to do it without actually starting sources and so on - so that e.g. it won't start to read from my kafka topics.
Of course I can do it by substituting configuration values, or running without network access - but this seems a bit mundane and error-prone.
Do you know about any ways to achieve this? thanks, maciek