問題タブ [apollo-gateway]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
382 参照

apollo-server - Apollo Gateway を使用して非同期ミューテーションを実現する方法

Apollo Gateway を使用する場合、Gateway は関連する実装サービスにミューテーションを直接転送します。このようなリクエストは同期的です。

Apollo Gateway がすべてのミューテーションを rabbitmq のようなメッセージ ブローカーに公開して、ゲートウェイと実装サービス間の非同期通信を実現する方法はありますか?