mozilla-services / heka-py

DEPRECATED - Heka Python Library - DEPRECATED
28 stars 14 forks source link

Need to define consistent behavior among heka clients on what to do when the message exceed the maximum size #5

Closed crankycoder closed 2 years ago

crankycoder commented 11 years ago

hekad defined some constants in heka.message.message.go where MAX_MESSAGE_SIZE is set to 64kb.

We need to define what clients should do if that message size is exceeded. Currently, sentry messages may exceed that if they generate a sufficiently long stack trace.