Conversation
📝 WalkthroughWalkthroughThe changes involve updating the Changes
Suggested reviewers
Tip ⚡🧪 Multi-step agentic review comment chat (experimental)
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📥 CommitsReviewing files that changed from the base of the PR and between db9fd23 and 1360e2d2eb896857534891540d0701a183365745. 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms (6)
🔇 Additional comments (3)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Related issue: wso2/api-manager#3772
Currently when invoking SSE APIs an error log is written
Throttle object cannot be null.In Synapse, parts of the request context is passed to the response once we configure it in
passthrough-http.properties, including the abovethrottle_dto. But after reading this file, the list of properties allowed to be passed from the request to the response was dropped. A fix was sent to wso2-synapse that will successfully pass the defined properties from the request to the response.This fix will make APIM use the fixed version of wso2-synapse.