"Native" observer channels

I know you can create channels for you observers with Redis oplog tailing package. This is probably a good solution, but if possible I’d like to skip another component in my setup. It seems like a no brainer though to add support for grouping observers in channels so that every oplog entry doesn’t need to be matched against all of the observers. My guess is that this would radically increase performance in some scenarios, and I would guess also quite easy to implement. Anyone knows if this has been tested?

1 Like