Explicit TODO about saving events retrieved through backfill to the database

This commit is contained in:
Brendan Abolivier 2018-11-09 09:39:56 +00:00
parent 9d8c0d66f0
commit 87748a8860
No known key found for this signature in database
GPG key ID: 8EF1500759F70623

View file

@ -317,7 +317,10 @@ func backfill(
return nil, err
}
// TODO: Store the events in the database.
// TODO: Store the events in the database. The remaining question to
// make this possible is what to assign to the new events' stream
// position (negative integers? change the stream position format into a
// timestamp-based one?...)
pdus = txn.PDUs
}