FrankChen021 / bithon

An observability platform mainly for Java
Apache License 2.0
14 stars 4 forks source link

Improve the memory usage #767

Closed FrankChen021 closed 3 months ago

FrankChen021 commented 3 months ago

Fixes #724 Fixes #646

  1. change the format of kafka message from json array to json each row
  2. limit the size of spans deserialized
  3. limit the size of spans that are wrapped into one kafka message

This leads to increasing of kafka messages but reduced the overhead at the receiver side