Apache Camel项目中是否可以使用触发器函数读取表中新插入的数据?
我正在使用 Apache Camel 和 PostgresDB 并在数据库中创建了触发器函数。测试了数据库站点中的触发器功能。运行良好。但是 Apache Camel 没有监听来自数据库的通知。
我需要读取表中新插入的记录并处理数据并发送邮件。
Apache Camel项目中是否可以使用触发器函数读取表中新插入的数据?
你见过 Postgress LISTEN 这个组件吗 https://camel.apache.org/components/4.4.x/pgevent-component.html