We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given this agent config:
The output was:
Notice the SimpleHeader.value's are still encoded.
The text was updated successfully, but these errors were encountered: