A DESCRIPTION OF THE PROBLEM :
In a lot of scenarios I read events from JFR using the class `jdk.jfr.consumer.RecordingStream`
Turns out that when strings ARE LONGER THAN 16 characters, the read value is null despite the fact that the event value is not null (I can see it using JMC for example)
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
I have a reproducer in GitHub with a Kafka producer and consumer but it requires to execute a docker compose command and create a Kafka topic
FREQUENCY : always
In a lot of scenarios I read events from JFR using the class `jdk.jfr.consumer.RecordingStream`
Turns out that when strings ARE LONGER THAN 16 characters, the read value is null despite the fact that the event value is not null (I can see it using JMC for example)
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
I have a reproducer in GitHub with a Kafka producer and consumer but it requires to execute a docker compose command and create a Kafka topic
FREQUENCY : always