Hi!
I'm running in debug mode my embedded instance and notice that after a while i get the following message:
{"time":"2024-07-18T13:04:44.304-03:00","message":"Max batch size too small, using current SCN 161955624544 as end SCN.","logger_name":"io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource","thread_name":"debezium-oracleconnector-mfi.debezium-change-event-source-coordinator","level":"DEBUG","dbz.connectorName":"mfi.debezium","dbz.databaseName":"DATABASE","dbz.connectorType":"Oracle","dbz.taskId":"0","dbz.connectorContext":"streaming"}
From what i understand this can cause a lag in my data streaming because i can't follow the current SCN in time. Is there a calculation to do to make this value more assertive?
Currently the max batch size and queue size have an huge value:
DEBEZIUM_FIXED_INCOME_MIN_BATCH_SIZE: 5000000
DEBEZIUM_FIXED_INCOME_MAX_BATCH_SIZE: 200000000
DEBEZIUM_FIXED_INCOME_DEFAULT_BATCH_SIZE: 50000000
DEBEZIUM_FIXED_INCOME_MAX_QUEUE_SIZE: 210000000