When some of the CLI commands read in events, we see the error error reading events: bufio.Scanner: token too long. I increased the buffer size for the scanner to 1mb which seems more than appropriate for a single event. This resolves the issue in cases that I tested (events, flows).
When some of the CLI commands read in events, we see the error
error reading events: bufio.Scanner: token too long
. I increased the buffer size for the scanner to 1mb which seems more than appropriate for a single event. This resolves the issue in cases that I tested (events, flows).Fixes #201