mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-23 13:22:36 +01:00
Hash counters are no ready yet
This commit is contained in:
parent
72192fba83
commit
1c5484c3d9
@ -139,7 +139,7 @@ cppkafka::Producer* kafka_traffic_export_producer = nullptr;
|
||||
// Traffic export to Kafka
|
||||
bool kafka_traffic_export = false;
|
||||
|
||||
bool hash_counters = true;
|
||||
bool hash_counters = false;
|
||||
|
||||
std::string kafka_traffic_export_topic = "fastnetmon";
|
||||
kafka_traffic_export_format_t kafka_traffic_export_format = kafka_traffic_export_format_t::JSON;
|
||||
|
Loading…
Reference in New Issue
Block a user