Hi team, hope you are well.
I was looking for pieces of evidence clarifying if Debezium was able to track Materialized Views changes or not.
it makes sense to not support "classic" views since they are a logical "on the fly" representation of underlying tables but when it comes to materialized view, the logical representation gets persisted on disk.
So I assume it triggers similar table mechanisms to track the data changes.
Can Debezium track a materialized view change? Are they any limitations regarding databases?
Maybe I missed something in the documentation, so please feel free to simply point me in the right direction.
Thank you for your help
PS: Guys you rock Debezium is awesome :)