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
For example, each sinker has its own meta manager (MysqlMetaManager/PgMetaManager) instance. Consequently, they fetch and cache same schema info independently, which is unnecessary.
For example, each sinker has its own meta manager (
MysqlMetaManager/PgMetaManager) instance. Consequently, they fetch and cache same schema info independently, which is unnecessary.