Hello!
We are considering the io.debezium.storage.jdbc.offset.JdbcOffsetBackingStore for debezium.source.offset.storage, running Debezium Server w/ PostgreSQL connector (as well as the k8s operator).
After a bit of testing, I couldn't determine an obvious pattern in how often the offset is updated - sometimes it seemed immediate in response to write events on monitored tables, but other times no update for many minutes or longer (despite write events continuing).
Is
offset.flush.interval.ms not relevant when using the JdbcOffsetBackingStore? And if not, is there any control on the update cycle?
Thank you!