In addition to the full set of adapters provided in version 5.1 SP03, Event Stream Processor 5.1 SP04 includes support for the new HTTP Client Output adapter. This adapter uses an HTTP POST request for every event in the stream to which it is attached. You can specify the content of the HTTP request message body either in the adapter configuration, or you can configure the adapter to obtain the message body content from a column in the attached stream.
The adapter can run in managed or unmanaged mode. It was written using the ESP adapter toolkit that was added in the 5.1 SP03 release, and uses the new HTTP Output Transporter module, which obtains data from an ESP stream and outputs it to an HTTP server.
See Adapters Guide > Adapters Currently Available from SAP > HTTP Client Output Adapter for additional details on configuring and using the adapter. See Building Custom Adapters > Event Stream Processor Adapter Toolkit > Transporter Modules > Transporters Currently Available from SAP > HTTP Output Transporter Module Parameters for additional configuration details for the transporter.
In addition to the new adapter, this release enhances the adapter toolkit, which now allows a project to start multiple instances of the same toolkit-based adapter.