-
Bug
-
Resolution: Done
-
Minor
-
1.0.3.Final
-
None
If you specify a whitelist of topics for the connector in a configuration where you are using ExtractNewRecordState, you can expect to see a steady stream of messages of Expected Envelope for transformation, passing it unchanged at the WARNING log level, which, it turns out, corresponds to a heartbeat message for tables that are NOT specified in the whitelist, but have had some kind of change done to them. The heartbeat message should probably be dropped before it hits the transformation chain. This is mainly an annoyance to clean logs more than anything else, but it would be nice to not have to boost the SmtManager module's logging level to ERROR in order to mask this.
(I've observed this on 1.0.3.Final, but from the code, it looks like it should happen in later versions as well)