-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Part 9]: Introducing Sink::close (#159)
* [Part 9]: Introducing Sink::close An explicit close is required because in the new model (Titus), we want the ability to stop tasks gracefully. This means shutting down all the resources that the job is currently consuming. In the old world (Apache Mesos), this was not required because we were forcefully shutting down processes which are both not clean as well as not feasible in the new world. Co-authored-by: Sundaram Ananthanarayanan <[email protected]>
- Loading branch information
1 parent
30f6e87
commit 3a3b5dd
Showing
13 changed files
with
224 additions
and
374 deletions.
There are no files selected for viewing
267 changes: 0 additions & 267 deletions
267
...ntis-connector-job/src/main/java/io/mantisrx/connector/job/sink/ServerSentEventsSink.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.