Spring Operator
Spring Operator
I'd like to see the encryption piece if you can put it somewhere accessible (github?) (sent from my phone) > On 9 Nov 2015, at 20:59, Dirk Janssen [email protected] wrote:...
**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented Hi! how about this ```xml mapped-request-headers="-" ``` ? And don't do anything as "New Feature"
**[Nathan Williams](https://jira.spring.io/secure/ViewProfile.jspa?name=nlwillia)** commented Now that I understand how the attribute is interpreted, "-" or "none" or any other fake name is adequate as a workaround, but I spent an unfortunate...
**[Mark Fisher](https://jira.spring.io/secure/ViewProfile.jspa?name=mark.fisher)** commented This issue is a bit tricky, because in Spring Integration, we are intentionally treating NULL as a "short circuit" within a pipeline. For example, when a Filter...
**[Oyvind Kvien](https://jira.spring.io/secure/ViewProfile.jspa?name=pompiuses)** commented I'd expect it to continue through the pipeline. This will give you the opportunity for further processing of the message even though the payload is null.
**[Oleg Zhurakousky](https://jira.spring.io/secure/[email protected])** commented I think the 'null' behavior that we currently have in SI should remain untouched for one simple reason; A 'null' in itself is a cause of many...
**[Oyvind Kvien](https://jira.spring.io/secure/ViewProfile.jspa?name=pompiuses)** commented Yeah a NullPayload object like in i.e. Mule would be satisfactory.
**[Mark Fisher](https://jira.spring.io/secure/ViewProfile.jspa?name=mark.fisher)** commented The main question is how should we expect downstream components to handle this payload? In some cases, you might still want to do something (e.g. reading or...
**[Oleg Zhurakousky](https://jira.spring.io/secure/[email protected])** commented Mark this came up several times in the forums and few engagements. For example: Gateway: ``` public void initiateEvent(@Header("eventType") String event) ``` In this case the Message...
**[Mark Fisher](https://jira.spring.io/secure/ViewProfile.jspa?name=mark.fisher)** commented I see, but in the "traditional" event model an Event object would contain minimally the "source". Therefore, when translating that model to messaging, I would say that...