-
-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
I just noticed that the overridePublishFunction
config setting seems to be removed from the docs and defaults to true in the code and isn't referenced anywhere else.
This was useful because it allowed you to turn off redis-oplog
very easily without removing the package (if all your publications are overridden by default). It's difficult in our case to just remove the package as a means of disabling it because we have a lot of other redis-oplog
imports and calls in our code (e.g. Vent, redisPusher, etc.)
It was nice to set overridePublishFunction
to false and then comment out disable-oplog
to quickly see oplog functionality compared to redis-oplog
.
afrokick
Metadata
Metadata
Assignees
Labels
No labels