Currently, Kieker supports text writing and binary writing. While binary writing creates low overhead, it creates comparably big records, potentially leading to I/O being a bottleneck. One idea to reduce this bottleneck (at the cost of more CPU consumption) is to use protobuf as additional format, and to check its overhead.