CDC Configuration
Add Table
@for (evt of allEvents; track evt) { }
Tracked Tables {{ tables().length }}
@if (loading() && tables().length === 0) {
} @else if (tables().length === 0) {
No tables tracked. Add one above.
} @else {
@for (t of tables(); track t.table) { }
TableEventsStatusSince LSNLast EventActions
{{ t.table }}
@for (evt of t.events; track evt) { {{ evt }} }
@if (t.status === 'active') { Active } @else { Paused } {{ t.since_lsn }} @if (t.last_event_at) { {{ nsToDate(t.last_event_at) | date:'dd/MM HH:mm' }} } @else { }
}