opal-fetcher-postgres: opal-server data update verify #492
Replies: 2 comments 3 replies
-
Hi @rahulaga01 :)
You need to trigger the update event to OPAL yourself - from the code that made the change, from a webhook from the DB or a DAL, or via polling on it.
This is the broadcast channel (for inter-server communication) - if it doesn't work you would usually get an error, also random messages sent won't reach their clients , and you can also listen on the Listen/Notify itself and see if messages are going. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I am running OPAL server with backend PostgreSQL and also with PostgreSQL fetcher using the following docker-compose file.
https://github.com/permitio/opal-fetcher-postgres/blob/master/docker-compose.yml
From the logs every thing is working fine, but I have some queries about OPAL with PostgreSQL.
If I make a change in PostgreSQL (tables or any thing) How can we verify the changes in OPAL server?
In this Docker-Compose file
OPAL_BROADCAST_URI=postgres://postgres:postgres@broadcast_channel:5432/postgres
is Postgres, How can we verify it using Postgres?Beta Was this translation helpful? Give feedback.
All reactions