You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
I'm not sure if is a correct approach to write at branch node, but makes sense for my use case:
I have an local instance that is my master and a web instance that is the queue consumer, which should be able to write rows that don't need to be replicated to anyone. All conflicts are already treated on application logic layer.
I have the replication configured and working, but when I write at branch node i get the following message:
ERROR: Insert into queue disallowed
CONTEXT: PL/pgSQL function pgq.insert_event(text,text,text,text,text,text,text) line 24 at RETURN
SQL statement "select pgq.insert_event($1, $2, $3, $4, $5, $6, $7)"
Seems an expected behavior, however I didn't expect that branch node would try to insert something into queue.
Shouldn't this be optional for a branch or leaf node?
I'm not sure if is a correct approach to write at branch node, but makes sense for my use case:
I have an local instance that is my master and a web instance that is the queue consumer, which should be able to write rows that don't need to be replicated to anyone. All conflicts are already treated on application logic layer.
I have the replication configured and working, but when I write at branch node i get the following message:
Seems an expected behavior, however I didn't expect that branch node would try to insert something into queue.
Shouldn't this be optional for a branch or leaf node?
master.ini
slave.ini
ticker.ini
The text was updated successfully, but these errors were encountered: