issues
search
cloudflare
/
goflow
The high-scalability sFlow/NetFlow/IPFIX collector used internally at Cloudflare.
BSD 3-Clause "New" or "Revised" License
879
stars
175
forks
source link
Refactor, repackage, lint
#23
Closed
lspgn
closed
5 years ago
lspgn
commented
5 years ago
For version 3.x.x:
Go fmt/lint/go mod
Split front-ends into three parsers (NetFlowV9/IPFIX, NetFlowV5, sFlow) in a
cmd
directory.
Error handling (especially when decoding)
Logging in decoder (passing log object to have more feedback)
Tests for decoding
Cleaning in protobuf (#22)
More Kafka options (sharding/keying)
For version 3.x.x:
cmd
directory.