Open ddieruf opened 8 months ago
Given this agent config:
- name: Log Evaluation Results id: log-evaluation-results type: log-event
The output was:
runtime 16:42:11.230 [grpc-default-executor-1] INFO a.l.agents.flow.LogEventProcessor -- GrpcAgentRecord[id=0, key=null, value="no", origin=null, timestamp=null, headers=[SimpleRecord.SimpleHeader(key=judgment_id, value=[B@46ad4ee8), SimpleRecord.SimpleHeader(key=judgment_action_topic, value=[B@1bfd4627), SimpleRecord.SimpleHeader(key=judgment_action_message, value=[B@8072ea8)]]
Notice the SimpleHeader.value's are still encoded.
Given this agent config:
The output was:
Notice the SimpleHeader.value's are still encoded.