When using incrementing.field.name=id, the connector only detects new records. However, when incrementing.field.name=update_at is used, it only detects updated records. Is it possible to configure the JDBC source connector to support both modes simultaneously—using both a timestamp and an incrementing field?