List of already seed Retweets is not persistent #1

Open
opened 2018-03-18 16:10:11 +00:00 by trilader · 0 comments
Owner

Currently the list of already seen retweets for deduplicating repeated Retweets is just a set stored in the OutputStream.
Therefore this list is not persistent across application restart.

If this is correct behaviour it should be noted.
Otherwise a persistence mechanism is required:

  • JSON file in a state directory?
  • Some binary format?
Currently the list of already seen retweets for deduplicating repeated Retweets is just a set stored in the `OutputStream`. Therefore this list is not persistent across application restart. If this is correct behaviour it should be noted. Otherwise a persistence mechanism is required: - JSON file in a state directory? - Some binary format?
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: trilader/tweet-printer#1
No description provided.