0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-19 09:28:56 +02:00
dendrite/roomserver/internal/input
Neil Alexander 98a5e410d7
Per-room consumers (#2293)
* Roomserver input refactoring — again!

* Ensure the actor runs again

* Preserve consumer after unsubscribe

* Another sprinkling of magic

* Rename `TopicFor` to `Prefixed`

* Recreate the stream if the config is bad

* Check streams too

* Prefix subjects, preserve inboxes

* Recreate if subjects wrong

* Remove stream subject

* Reconstruct properly

* Fix mutex unlock

* Comments

* Fix tests

* Don't drop events

* Review comments

* Separate `queueInputRoomEvents` function

* Re-jig control flow a bit
2022-03-23 10:20:18 +00:00
..
input.go Per-room consumers (#2293) 2022-03-23 10:20:18 +00:00
input_events.go Mark soft-failed events as rejected in roomserver_events (#2252) 2022-03-04 15:27:10 +00:00
input_latest_events.go Don't send adds_state_events in roomserver output events anymore (#2258) 2022-03-07 17:17:16 +00:00
input_membership.go Fix transaction issues in events table in PSQL (#2165) 2022-02-10 09:30:16 +00:00
input_missing.go Update Events call-sites which now don't return an error, update parsedRespState to sort (#2227) 2022-02-28 14:51:40 +00:00
input_test.go Ensure only one transaction is used for RS input per room (#2178) 2022-02-11 17:40:14 +00:00