IBM / kar

KAR: A Runtime for the Hybrid Cloud
Apache License 2.0
27 stars 11 forks source link

Truncate large stack traces #75

Open dgrove-oss opened 3 years ago

dgrove-oss commented 3 years ago

When serializing a stacktrace we should elide frames as needed to avoid exceeding the maximum Kakfa message size

dgrove-oss commented 3 years ago

Fixed for Java in #78. Assigning to @tardieu to handle JavaScript