1
0
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:
Pavel Odintsov 2023-07-11 21:57:53 +01:00
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;