Skip to content
Snippets Groups Projects
  1. Sep 24, 2020
    • Erik Johnston's avatar
      Add EventStreamPosition type (#8388) · ac11fcbb
      Erik Johnston authored
      The idea is to remove some of the places we pass around `int`, where it can represent one of two things:
      
      1. the position of an event in the stream; or
      2. a token that partitions the stream, used as part of the stream tokens.
      
      The valid operations are then:
      
      1. did a position happen before or after a token;
      2. get all events that happened before or after a token; and
      3. get all events between two tokens.
      
      (Note that we don't want to allow other operations as we want to change the tokens to be vector clocks rather than simple ints)
      ac11fcbb
    • Patrick Cloke's avatar
  2. Sep 23, 2020
  3. Sep 22, 2020
  4. Sep 21, 2020
  5. Sep 18, 2020
  6. Sep 17, 2020
Loading