首页 > 解决方案 > Eventuate Tram Saga 编排设计模式

问题描述

在使用 Postgresql 9.6 数据库使用 Eventuate saga 编排器模式实现微服务时,我们遇到了以下问题

org.springframework.jdbc.UncategorizedSQLException: PreparedStatementCallback; SQL [select data_type from eventuate.information_schema.columns where table_name = ? 和 column_name = ?]; SQL状态[0A000];错误代码[0];错误:未实现跨数据库引用:“eventuate.information_schema.columns”

同时我们已经在 MYSQL 8 数据库中尝试过它可以工作,但我们在 Postgresql DB 中需要它。请帮助我们解决问题。

标签: postgresqlspring-bootmicroservicessagaorchestration

解决方案


推荐阅读