I wanted to report a critical issue with the forward_origins parameter in pglogical.create_subscription.
Here is a link to my personal experience.
postgresql pglogical replication and Segmentation error on bidirectional replication
A personal consideration on the parameter:
the default value that is preset to work in unidirectional replication is perfectly understandable.
Given the sensitivity of bidirectional replication, I believe it would be beneficial to implement a security mechanism that prevents the server from crashing.
This mechanism could intercept bidirectional replication conditions and signal, in some way, that the parameter needs to be changed.
Thank you for your attention.