Hi there,

I was reading the HTTP Output and had a few questions:

* Is the HTTP Output aware of the response being provided by the HTTP
server at the other end of a TCP session? (i.e. will the server treat
a 500 as a non-delivered message or would it eliminate from the
buffer?)

* The documentation states:

"This output doesn’t support any request batching; each received
message will generate an HTTP request. Batching can be achieved by use
of a filter plugin that accumulates message data, periodically
emitting a single message containing the batched, encoded HTTP request
data in the payload."

Am I correct to assume the filter plugin needs to be written by the
heka user using Lua (sandboxed) or Go (plugin)?


I thank you in advance
_______________________________________________
Heka mailing list
[email protected]
https://mail.mozilla.org/listinfo/heka

Reply via email to