gerardq

Results 8 comments of gerardq

Hi, like iturcino I was looking for exactly the same: using MM2 on confluent 5.5.0 cp. Initially after building the jar file from the master branch I encountered the same...

Thanks for quick answer. I was just testing in a single cluster for convenience. I'll do some testing with another cluster but currently it is under construction.

Thanks, I first found your blog first and then second the code on github.

Just `mvn clean install` worked for me as well. Thanks for the tip.

Thanks for looking into this. The utility does work on my server: command: `/usr/bin/getent passwd postgres` output: `postgres:x:26:26:PostgreSQL Server:/var/lib/pgsql:/bin/bash` And my daemon is running as root indeed. So all seems...

When running as root: `node -e 'console.log( require("pixl-tools").getpwnam("postgres") );'` I get: `null`

It does recognizes the system as linux: `node -e 'console.log(process.platform);'` output: `linux` I'll dig into this

On https://github.com/jhuckaby/pixl-tools/commits/master I noticed a fix 'fix for User not found error with Cronicle' commited and merged Oct 17. Don't know if this is related and whether it made it...