devas123 / competitionservice

competitionservice
2 stars 0 forks source link

Fix event query from kafka (UBN!!!) #90

Closed devas123 closed 2 years ago

devas123 commented 2 years ago

The event query is wrong, for revision = 276 it selects events from 0 to 276, but should do otherwise, actually. (276+)

devas123 commented 2 years ago

Fixed the query/subscribe mechanism in https://github.com/devas123/competitionservice/commit/f1b65f5083b3f93308337b95a01b49384ef18de0 TODO: integration test

devas123 commented 2 years ago

Added snapshots functionality in https://github.com/devas123/competitionservice/commit/51a410fcf7bbb2872c2ecfdbd3152d718fb1a30f

Tested end-to-end manually