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
After #571 is fixed, users can use the FlinkPravegaWriter in the datastream. However, as the new unified sink API is implemented via #460, the corresponding Python wrapper needs to be upgraded.
Problem location
src\main\python\pravega_writer.py
Suggestions for an improvement
Add a PravegaSink that inherits Sink in Python.
The text was updated successfully, but these errors were encountered:
Problem description
After #571 is fixed, users can use the
FlinkPravegaWriter
in the datastream. However, as the new unified sink API is implemented via #460, the corresponding Python wrapper needs to be upgraded.Problem location
src\main\python\pravega_writer.py
Suggestions for an improvement
Add a
PravegaSink
that inheritsSink
in Python.The text was updated successfully, but these errors were encountered: