You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the implementation of FlinkKinesisFirehoseProducer does not call SerializationSchema#open. This causes problems when a client SerializationSchema needs to perform some initialization on open (e.g. initialize metrics, etc.)
The text was updated successfully, but these errors were encountered:
Currently, the implementation of
FlinkKinesisFirehoseProducer
does not callSerializationSchema#open
. This causes problems when a clientSerializationSchema
needs to perform some initialization onopen
(e.g. initialize metrics, etc.)The text was updated successfully, but these errors were encountered: