node-gelf-pro icon indicating copy to clipboard operation
node-gelf-pro copied to clipboard

Bulk messaging support

Open kkamkou opened this issue 8 years ago • 2 comments

Add a new functionality to send multiple messages at once.

kkamkou avatar Dec 12 '16 20:12 kkamkou

hi @kkamkou , Currently can you confirm is chunking is done in the default message sending via UDP? I tried sending message of 25353 bytes which got trimmed and sent only the first half of the message. Thanks

rosygupta avatar Apr 12 '18 07:04 rosygupta

Yes, chunking is implemented from the first version of the library (UDP). Also consider is that 32766 bytes is the maximum length for a field (message might have many fields).

Please do not spam in the tickets (instead, you're welcome to open a new ticket with any question).

kkamkou avatar Apr 12 '18 09:04 kkamkou