]
Steven Hawkins commented on TEIID-4627:
---------------------------------------
Yes sorry I overlooked that.
High-level event handling
-------------------------
Key: TEIID-4627
URL:
https://issues.jboss.org/browse/TEIID-4627
Project: Teiid
Issue Type: Enhancement
Components: Grammar, Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.2
We should look into high-level plugability of event handling at a row level. This could
even be handled at the language level with new trigger semantics for source tables: create
trigger on tbl on cdc (insert|update...) - which could potentially even specify the topic
mapping other details. There is complexity for multi-source models here though.