Class ReadOnlyLogWriterFlushStrategy

java.lang.Object
io.debezium.connector.oracle.logminer.logwriter.ReadOnlyLogWriterFlushStrategy
All Implemented Interfaces:
LogWriterFlushStrategy, AutoCloseable

public class ReadOnlyLogWriterFlushStrategy extends Object implements LogWriterFlushStrategy
A simple strategy that performs no operations to attempt to flush the Oracle redo log writer buffers (LGWR) because the connection is operating in read-only mode.
Author:
Chris Cranford