Chuckame

Results 225 comments of Chuckame

Actually tested with apache: working perfectly... Will keep apache until nginx is resolved

Yes, wildcard support will awesome ! @janeczku , are u alive ?! ^^

Why use a forked repo when we can have the official repo up-to-date with wildcard support ? This is the purpose of a PR (I think)..

(for the moment, it's ok, but regarding performance, it should be really better to avoid the GenericRecord step by just having the schema registry call (cons: for me, too much...

Thanks for the answer. I'm still surprised that it's not inside this repository since it's totally coherent with this library. Because it adds more dependencies to littlest libs that have...

I think it should be configurable

Hello there, same for me, while tcpdump (with the same filter) is not killing my cpu... I think this is due to pcap4j impl...

Hello, just found hasardously how to fix high cpu load !! Just use `PcapHandle#loop(packetCount, listener, threadPool)` instead of `PcapHandle#loop(packetCount, listener)` I don't know why but cpu load dropped after this...

Hello, we have the same, does anyone have an idea ?

Found a solution (not a perfect one, but doing the work): It also handles other `@NotNull` annotations. It will put `null` for all non required/@NotNull fields. It will put `[]`...