So my questions is:
I wanna use wal2json instead of pgoutput or test_decoding output plugin, how to determine clientXLogPos when application consume message succeess.
In your pglogrepl_demo example: you 're using clientXLogPos = xld.WALStart + pglogrepl.LSN(len(xld.WALData)) with pgoutput plugin to determixe client xlogpos, right? If I use wal2json, how to determine that?
Can you help me for this
Thanks
So my questions is:
I wanna use
wal2jsoninstead ofpgoutputortest_decodingoutput plugin, how to determineclientXLogPoswhen application consume message succeess.In your
pglogrepl_demoexample: you 're usingclientXLogPos = xld.WALStart + pglogrepl.LSN(len(xld.WALData))withpgoutputplugin to determixe client xlogpos, right? If I usewal2json, how to determine that?Can you help me for this
Thanks