Chunking support in http listener

Is chunking supported by gelf http listener? Also official gelf client library (java) does not support gelf http. any specific reason?

GELF chunking is only supported and only necessary with UDP as transport protocol.

TCP and HTTP (which also uses TCP) don’t need that because the protocol itself allows for using multiple packets in one connection.

The gelfclient Java library does not support HTTP at the moment.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.