Skip to content

Commit

Permalink
Fixes kafka issue (#8428)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoBiscosi committed Oct 30, 2024
1 parent 0eb94fc commit 4d692be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5647,7 +5647,7 @@ void Utils::closeSocket(int sock) {

static const char *message_topics[] = {
"flow", "event", "counter", "template", "option",
"hello", "listening-ports", "snmp-ifaces", "message", NULL};
"hello", "listening-ports", "snmp-ifaces", NULL};

const char **Utils::getMessagingTopics() {
return ((const char **)message_topics);
Expand Down

0 comments on commit 4d692be

Please sign in to comment.