Hi!
The `PropertiesUtil.getBoolean` currently only exists in `1.3-SNAPSHOT`. The
method was added along with one of the Kafka consumer changes recently.
Generally, you should always use matching versions of the Flink installation
and the library, otherwise these kind of errors can always be exp
Hi,
I am using 1.2-SNAPSHOT of Apache Flink and 1.3-SNAPSHOT
of flink-connector-kafka-0.9_2.11.
It was executing without any errors before but it is giving the following
exception at the moment:
​java.lang.NoSuchMethodError:
org.apache.flink.util.PropertiesUtil.getBoolean(Ljava/util/Properties;L