check in producer test logic

This commit is contained in:
Francis Cao 2022-08-01 00:28:38 -07:00
parent 6f4824582d
commit d952214536
10 changed files with 338 additions and 17 deletions

View file

@ -69,6 +69,7 @@ export const RELATIONAL = 'relational';
export const POSTGRESQL = 'postgresql';
export const MYSQL = 'mysql';
export const CLICKHOUSE = 'clickhouse';
export const KAFKA = 'kafka';
export const MYSQL_DATE_FORMATS = {
minute: '%Y-%m-%d %H:%i:00',