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
When reading from kafka and pushing to ES, this would avoid having to uselessly write to a kafka topic just to have the offset saved into the checkpoint location.
Also we currently use a BulkAdd to push into ES and using the native ES structured stream sink may improve performances.
When reading from kafka and pushing to ES, this would avoid having to uselessly write to a kafka topic just to have the offset saved into the checkpoint location.
Also we currently use a BulkAdd to push into ES and using the native ES structured stream sink may improve performances.
Documentation
Internals about implementation
The text was updated successfully, but these errors were encountered: