USER_COMMUNICATIONS_NON_HJAXB
Description
This table stores information about event based communication messages sent to downstream.
Columns
| Column Name | Data Type | Description |
| id | bigint | Primary key column for the table |
| campaign_id | bigint | Generated campaign ID |
| campaign_name | varchar | Configured campaign name in the UI |
| event_id | varchar | Configured Event ID in the UI |
| event_transaction_id | varchar | Generated event transaction ID |
| failure_reason | longtext | Exception thrown if failure in writing to Kafka topic, if success_flag is 0 |
| message | longtext | Event message written to Kafka producer topic |
| message_datetime | timestamp | generated timestamp of the event message |
| offer_index | int | index of Event in the target grid, default 0 |
| success_flag | smallint | success == 1, failure == 0 for the message written to the Kafka topic |
| user | varchar | cin + cin suffix of the user |
Foreign Key Relationships
None