[GitHub] [synapse] shafreenAnfar opened a new pull request #32: Improve Message Forwarding Processor (MFP) to support HTTP status codes

2020-03-28 Thread GitBox
shafreenAnfar opened a new pull request #32: Improve Message Forwarding Processor (MFP) to support HTTP status codes URL: https://github.com/apache/synapse/pull/32 At the moment, current MFP implementation does not support retrying based on HTTP status codes. It only supports retrying for

Improving Message Forwarding Processor (MFP) to support HTTP status codes

2020-03-28 Thread shafreen anfar
Hi All, At the moment, current MFP implementation does not support retrying based on HTTP status codes. It only supports retrying for transport level failures but not for application level failures. As you know, in HTTP protocol, application level failures are distinguished using different status

[GitHub] [synapse] shafreenAnfar opened a new pull request #33: Add windows runner to workflow

2020-03-28 Thread GitBox
shafreenAnfar opened a new pull request #33: Add windows runner to workflow URL: https://github.com/apache/synapse/pull/33 This will run the daily build on latest windows apart from running it on latest linux os. This is an

[jira] [Created] (SYNAPSE-1119) Improve Message Forwarding Processor (MFP) to support HTTP status codes

2020-03-28 Thread Mohamad Anfar Mohamad Shafreen (Jira)
Mohamad Anfar Mohamad Shafreen created SYNAPSE-1119: --- Summary: Improve Message Forwarding Processor (MFP) to support HTTP status codes Key: SYNAPSE-1119 URL:

[jira] [Commented] (SYNAPSE-1093) Update Higher Level Architecture to reflect Passthrough Transport Improvement

2020-03-28 Thread Mohamad Anfar Mohamad Shafreen (Jira)
[ https://issues.apache.org/jira/browse/SYNAPSE-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17070207#comment-17070207 ] Mohamad Anfar Mohamad Shafreen commented on SYNAPSE-1093: - Please find the

Adding another interval for retry in Scheduled Message Forwarding Processor (SMFP)

2020-03-28 Thread shafreen anfar
Hi All, At the moment we only support one interval for both fetching messages from the store and retrying when there is a failure. But, IMO, these are two different concepts and deserve two different configurations. Therefore, I am proposing a new configuration parameter for latter. Something as