Pas
Pas
``` root@queue3:/opt/kafka-web-console# ps aux | grep kafka-web | grep -v grep | awk '{ print $2 }' 23907 ``` ``` root@queue3:/opt/kafka-web-console# lsof -n | grep kafka-console | grep IPv6 |...
Thanks for the fix, works wonderfully for us. Let's hope it gets merged.
First of all, thanks for the fast reply! And regarding backend servers, what's your opinion on assigning a separate port to each worker, just as Thin does for Ruby on...
It might be a good idea, indeed. :] I've asked about the one port for one worker approach, because I've just took a glance at strace of a worker, and...
After some suspend here's a strace output. ``` $ strace -f -p 5499 strace: Process 5499 attached with 17 threads [pid 5515] futex(0x7f26ee9f4360, FUTEX_WAIT_PRIVATE, 1, NULL [pid 5514] sched_yield( [pid...
Hello, Just one more datapoint. Using Win10, installed via Scoop (MCOfficer's bucket), which basically downloads the archive and decompresses it. And having an AdoptJdk14 hotspot installed (again just put somewhere)...
Thanks for the quick response! Now I cannot reproduce it :o --jdkhome works. (Reverted to original .conf file and copied the path to JDK directly into powershell console and visualVM...
Long story short: yes, you need the binlog. In every mysql replication system the bootstrap (setting up of a new replica) involves recording the binlog position, dump and import, then...
Thanks for the fix, I can also confirm that it works. (Even rebased to master.)
Hello, Sangria just returns the error when it executes the query, but it's up to the HTTP server to decide what to do with it. It's usually great that clients...