-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
It was working fine when I was using 0.1.4, but when I updated to 0.1.5 it started not working.
{
"prompt": "DaprのC#でのイベント配信のベストプラクティスについて教えてください。\n\n特に以下の点について詳しく知りたいです:\n1. PubSubイベントの配信とサブスクリプション設定\n2. Consumer Groupとスケールアウト時の重複処理回避\n3. エラーハンドリングとリトライ機能\n4. Dead Letter Queueの実装\n5. Azure Container Appsでの本番環境での考慮事項\n6. イベントの順序保証とパフォーマンス最適化\n7. Actor modelとの併用時のベストプラクティス\n\n現在、Event Sourcingフレームワーク(Sekiban)とDaprを組み合わせて使用しており、以下のような設定を行っています:\n- PubSub Component: Redis\n- Topic: events.all\n- Consumer Group: 環境ごとに分離(dev: dapr-sample-projectors-dev, prod: dapr-sample-projectors)\n- MaxConcurrency: 環境に応じて調整(dev:3, prod:5)\n- Dead Letter Queue: 本番環境でのみ有効(events.dead-letter)\n- MaxRetryCount: 環境に応じて調整(dev:1, prod:3)\n- ContinueOnProjectorFailure: ローカルでは続行、本番では設定可能\n\n具体的なC#実装例とAzure Container Appsでのスケールアウト対応についても教えてください。",
"wait_for_output": true
}
This is message sent to mcp.
{
"operation": "ask_chatgpt",
"status": "error",
"message": "Shortcuts command failed: Error: The input of the shortcut could not be processed."
}
this is the error response from MCP.
Metadata
Metadata
Assignees
Labels
No labels