Hi, I was trying to imlement a ReplicationLogListener and I found that onreplicationlogrecord only returns a replication sequence.
My question is:
What is the proper way for handling onreplicationlogrecord's failure(like sending data to a remote log service)? Setting bg error or others?
Thanks.