Skip to content

Event plugin does not handle int64 values #745

@netixx

Description

@netixx

Hello,

I chased down a bug recently in our processing system.
We use event-plugin system in our pipeline.

I found that if the "values" contain an int64 value, then the plugin communication will fail with the following message:

2025/09/22 09:04:34.640184 [event-plugin] RPC client call error: reading body unexpected EOF
...
2025/09/22 09:05:34.665183 [event-plugin] RPC client call error: connection is shut down

Casting the values to int "fixes" the issue. I don't know what the underlying issue could be, probably something around serialization of messages in the socket between plugin and gnmic ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions