Hello All,
I created a connection from PostgreSQL to Typesense. I replicate two streams which are my 2 tables in postgresql, into typesense collections.
I also created 2 collections in Typesense as destination. The name of the collections are already inline.
I also already created the collections schemas before the sync using pre-defined schema method.
When I did the sync, I don't know why but the replication just filled into 1 collection out of supposed to be 2 collections.
But, when I tried to reset and sync again manually but just replicate the streams one by one in separate session, those collections can be filled / replicated normally.
Anyone know about this issue ?
Appreciate your help.
Thank you.