Re: [pmacct-discussion] Multiples nfacctd deamons writing to same Kafka topic

2020-04-15 Thread Emanuel dos Reis Rodrigues
Hey, I just realize it worked. I think I was little behind on the messages parking on my kafka, now I can see the tag. Thank you so much for your help. On Wed, Apr 15, 2020 at 10:33 AM Emanuel dos Reis Rodrigues < emanueldosr...@gmail.com> wrote: > I am using: > > NetFlow Accounting Daemon, nfac

Re: [pmacct-discussion] Looking for value suggestions

2020-04-15 Thread Mark Schouten
Hi Paolo, On Mon, Apr 06, 2020 at 01:47:49PM +, Paolo Lucente wrote: > Do you have any multi-paths between your routers (where you generate > IPFIX packets) and your collector? Is it possible, in other words, we > may be looking at an out of order delivery issue? If you are not doing > that al

Re: [pmacct-discussion] Multiples nfacctd deamons writing to same Kafka topic

2020-04-15 Thread Emanuel dos Reis Rodrigues
I am using: NetFlow Accounting Daemon, nfacctd 1.7.2-git (20181018-00+c3) Arguments: '--enable-kafka' '--enable-jansson' 'JANSSON_CFLAGS=-I/usr/local/include/' 'JANSSON_LIBS=-L/usr/local/lib -ljansson' '--enable-l2' '--enable-ipv6' '--enable-64bit' '--enable-traffic-bins' '--enable-bgp-bins' '--

Re: [pmacct-discussion] Multiples nfacctd deamons writing to same Kafka topic

2020-04-15 Thread Paolo Lucente
Hey Emanuel, The config is correct and I did try your same config and that does work for me, ie.: $ ./bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic pmacct.flows {"event_type": "purge", "tag": 1, [ .. ]} What version of the software are you using? Is it 1.7.4p1 (lates