You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just realized I missed this issue.
The base format is protobuf. It is meant to be decoded programmatically and avoid conversion (performance impact). Changing the field from bytes to string would be a breaking change.
I would invite you to check the JSON/text format which converts fields into their proper representation.
Have a look at https://github.com/netsampler/goflow2 which has more control over outputs.
Can you add some option to send fields with IP addresses as String instead of Base64.
The text was updated successfully, but these errors were encountered: