save event data into both table

This commit is contained in:
Viet-Tien Ngoc 2024-08-06 10:49:03 +07:00
parent 0496062be0
commit 891e7f1f5b
3 changed files with 54 additions and 2 deletions

View file

@ -143,6 +143,7 @@ export const REPORT_PARAMETERS = {
export const KAFKA_TOPIC = {
event: 'event',
eventData: 'event_data',
eventDataBlob: 'event_data_blob',
} as const;
export const ROLES = {