問題タブ [event-processor-host]
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.
.net - EventProcessorHost の ILeaseManager の実装
私が取り組んでいるプロジェクトでは、Azure Storage を使用してオフセットとチェックポイントを管理したくありません。代わりに、データベース アプローチを使用してそれらを保存する予定です。EventProcessor を使用してイベント ハブからイベントを読み取っていますが、これを実現するために独自の実装を作成できることを理解していILeaseManager
ますICheckpointManager
。ICheckpointManager の仕組みはよく理解していますが、ILeaseManager のカスタム実装に役立つガイドラインが見つかりません。実際、今のところ 1 つのパーティションのみで作業しているため、必要なのは ILeaseManager の最小限の実装だけです。CreateLeaseIfNotExistAsync が実装されておらず、この質問に従って実装する方法がわからないため、アプリケーションを実行するとエラーが発生します。