This is an event listener that forwards events to any http endpoint.
The configuration is done via system properties:
events.http.timeout: defines the timeout in seconds for the http requests (defaults to2)events.http.url: defines the endpoint url for sending the events (defaults tohttp://localhost:8000)events.http.header.NAME: sets a headerNAMEfor each HTTP request