Skip to content
New issue

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

SimpleHeader values not decoding properly in log-event agent #760

Open
ddieruf opened this issue Feb 26, 2024 · 0 comments
Open

SimpleHeader values not decoding properly in log-event agent #760

ddieruf opened this issue Feb 26, 2024 · 0 comments

Comments

@ddieruf
Copy link
Member

ddieruf commented Feb 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant