opal-fetcher-postgres: opal-server data update verify #492
rahulaga01
started this conversation in
General
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. |
2 replies
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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/postgresis Postgres, How can we verify it using Postgres?All reactions