1. 15 11月, 2017 2 次提交
  2. 14 11月, 2017 3 次提交
  3. 09 11月, 2017 1 次提交
  4. 06 11月, 2017 1 次提交
  5. 26 10月, 2017 1 次提交
  6. 25 10月, 2017 2 次提交
  7. 18 10月, 2017 3 次提交
  8. 16 10月, 2017 2 次提交
    • E
      Fix some edge cases with /sync (#302) · bd07447a
      Erik Johnston 提交于
      Including:
      - Handle timeout=0 correctly
      - Always return immediately on initial sync
      - Handle spurious wake ups from the notifier
      bd07447a
    • E
      Handle duplicate kafka messages (#301) · 35b628f5
      Erik Johnston 提交于
      The way we store the partition offsets for kafka streams means that when
      we start after a crash we may get the last message we processed again.
      This means that we have to be careful to ensure that the processing
      handles consecutive duplicates correctly.
      35b628f5
  9. 15 10月, 2017 1 次提交
  10. 13 10月, 2017 1 次提交
  11. 12 10月, 2017 2 次提交
    • E
      Merge readers/writers/routing packages (#295) · d66244cb
      Erik Johnston 提交于
      The HTTP handlers in the components are split into reader and writer directories. This was a fairly arbitrary distinction, and turns out to not be so helpful. Most read APIs have a corresponding write API, and it is more natural for them to be in the same file rather than in different directories.
      d66244cb
    • E
      Rename kafka consumers to *Consumer (#294) · ba0d0672
      Erik Johnston 提交于
      The prior naming was confusing, OutputRoomEvent consumed
      OutputNewRoomEvents
      ba0d0672
  12. 10 10月, 2017 3 次提交
  13. 09 10月, 2017 1 次提交
  14. 06 10月, 2017 2 次提交
  15. 29 9月, 2017 1 次提交
  16. 28 9月, 2017 1 次提交
  17. 27 9月, 2017 1 次提交
  18. 26 9月, 2017 2 次提交
  19. 25 9月, 2017 1 次提交
  20. 23 9月, 2017 2 次提交
  21. 22 9月, 2017 5 次提交
  22. 21 9月, 2017 2 次提交