Description
Looks like the change in kafka-1711 breaks them accidentally.
reader.init is called with readerProps which is initialized with commandline properties as defaults.
the problem is that reader.init checks:
if(props.containsKey("parse.key"))
and defaults don't return true in this case.