You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You mean "add size key to option at ForwardOutput#send_data", right?
Yes, i'll fix it.
Currently, EventStream#initialize doesn't have size argument. Will you add it?
Sorry, i was wrong. MessagePackEventStream and MultiEventStream require adding size argument.
And MessagePackEventStream already has size argument.
So i'll add size argument to MultiEventStream#initialize like below
definitialize(time_array=[],record_array=[],size=time_arrry.size)
...
end
To tell the number of events, add
size
key tooption
in forward protocol.I think it'll work by adding below task.
size
key tooption
atForwardOutput#send_data
EventStream
atForwardInput#on_message
ref https://github.com/fluent/fluentd/wiki/Forward-Protocol-Specification-v0
The text was updated successfully, but these errors were encountered: