使用 Oracle GoldenGate 微服务架构获取实时更新数据并发送到 rest api

Using Oracle GoldenGate Microservices Architecture to get realtime updated data and sent to a rest api

我想使用 OGG 微服务架构,获取实时更新的数据,并将更新发送到 rest api。剩下的API是我们自己开发的。 REST api 将接受带有 POST 和身份验证令牌的 json 数据。我可以检查 api 中的数据来做一些进一步的工作。

我发现 OGG 微服务架构 dist 服务器可以使用 wss、ws、ogg 等将数据发送到接收器。我想知道有什么方法可以将更新数据发送到我的 rest api。

谢谢。

Oracle GoldenGate 19.1 及更早版本不支持将数据从分发服务器发送到任意 REST 端点。