-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
-
False
What Debezium connector do you use and what version?
3.2.4.Final
What is the connector configuration?
.with("snapshot.mode", "no_data") .with("schema.history.internal.store.only.captured.tables.ddl", true) .with("schema.history.internal.store.only.captured.databases.ddl", true) .with("log.mining.archive.log.only.mode", false) .with("log.mining.query.filter.mode", "in") .with("event.processing.failure.handling.mode", "warn") .with("errors.max.retries", 3) .with("snapshot.max.threads", 1) .with("log.mining.log.query.max.retries", 5) .with("database.query.timeout.ms", 0)
What is the captured database version and mode of deployment?
Oracle Database 19c EE Extreme Perf Release 19.0.0.0.0 - Production on OCI
What behavior do you expect?
A decrease in heap after a while
What behavior do you see? 
Do you see the same behaviour using the latest released Debezium version?
Yes