Stream: subscriptions
Topic: DB Change detection implementation
Federico Alvarez (Feb 09 2022 at 12:49):
Hello everyone, is there any suggestion on how to implement change detection at a DataBase level? In our case data can be changed from FHIR messages but also from other legacy products, so I think we should listen to changes at database level, match those changes to actual subscriptions and, if needed, perform the notification. We use MariaDB 10. Thanks in advance, Federico.
Vassil Peytchev (Feb 09 2022 at 14:26):
Is something like this what you are looking for?
Last updated: Apr 12 2022 at 19:14 UTC