You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no check for the created changefeeds during tech.ydb.yoj.repository.ydb.compatibility.YdbSchemaCompatibilityChecker#run
That makes @Changefeed annotation stand out from other members of the tech.ydb.yoj.databind.schema package which may lead to unexpected configuration issues
Final solution for this issue should perform describe operation for each CDC topic that is assigned to the table and compare it's configuration with the provided one
The text was updated successfully, but these errors were encountered:
Currently, there is no check for the created changefeeds during
tech.ydb.yoj.repository.ydb.compatibility.YdbSchemaCompatibilityChecker#run
That makes
@Changefeed
annotation stand out from other members of thetech.ydb.yoj.databind.schema
package which may lead to unexpected configuration issuesFinal solution for this issue should perform describe operation for each CDC topic that is assigned to the table and compare it's configuration with the provided one
The text was updated successfully, but these errors were encountered: