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
Right now loading offsets is coupled with start(Map<String, String> settings) responsible for loading configuration and other necessary modules. While that happens after initialize(SinkTaskContext context) which takes care of initializing most of the context, the proper moment to set up offsets would be during call to open(Collection) which is not overridden at the moment.
The text was updated successfully, but these errors were encountered:
Right now loading offsets is coupled with
start(Map<String, String> settings)
responsible for loading configuration and other necessary modules. While that happens afterinitialize(SinkTaskContext context)
which takes care of initializing most of the context, the proper moment to set up offsets would be during call toopen(Collection)
which is not overridden at the moment.The text was updated successfully, but these errors were encountered: