Closed debuggerrr closed 1 year ago
Check the implementation of the Deserializer class for converting the normal string elements to tuples of string
Deserializer
tuples of string
As per research, Kafka messages are converted into POJO class in Java but custom deserialization doesn't seem to be possible in Pyflink as of now therefore closing this issue for now.
Check the implementation of the
Deserializer
class for converting the normal string elements totuples of string