From f10cf2a96f9d466db9c793f08411709cb08d5746 Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Sat, 14 Oct 2023 18:38:25 +0800 Subject: [PATCH] fix: typo --- docs/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design.md b/docs/design.md index a7ad5455..0282ca1e 100644 --- a/docs/design.md +++ b/docs/design.md @@ -1,7 +1,7 @@ # Overview The vFlow project is an enterprise IPFIX and sFlow collector. it produces the decoded samples to a message bus like Kafka -or NSQ. The vFlow is high performance and scaleable, It can be able to grow horizontally (each node can talk through RPC +or NSQ. The vFlow is high performance and scalable, It can be able to grow horizontally (each node can talk through RPC to find out any missed IPFIX template). there is cloning IPFIX UDP packet feature with spoofing in case you need to have the IPFIX raw data somewhere else.