This commit is contained in:
AKurakin 2023-06-09 11:49:21 +03:00
parent f21e7dea88
commit 4e795ee832

View file

@ -51,7 +51,7 @@ public class SWTImportKafkaMessenger implements InitializingBean {
statementRequest.setGroupId(groupId);
statementRequest.setTable(table);
Long rid = kafka.get().sendRequestToQueue(Consts.STATEMENT_PROCESS, statementRequest);
log.debug("Send message id={}; groupId={} to kafka \"{}\"", rid, groupId, Consts.STATEMENT_PROCESS);
log.debug("Send message id={}; groupId={}, table={} to kafka \"{}\"", rid, groupId, table, Consts.STATEMENT_PROCESS);
}
}