johnewart / gearman-java

Java Gearman client and Netty-based server with multi-backend support (currently memory, Redis and PostgreSQL). More features coming including clustering support
Apache License 2.0
66 stars 31 forks source link

No Response to Gearman Admin Protocol #11

Open arcaneiceman opened 8 years ago

arcaneiceman commented 8 years ago

I was using a simple socket to communicate with other implementations of Gearman Server but this system does not respond (but does receive) text based commands

johnewart commented 8 years ago

It should; status at least should work -- let me take a look. What commands were you expecting to work that didn't?

arcaneiceman commented 8 years ago

Status, does indeed work, but I needed 'Workers' and 'Version' commands to internally keep track of workers in my program. Great work on this project btw. Its awesome!

johnewart commented 8 years ago

Thanks! Should be easy enough to add. I'll take a look this week.

dirzhov commented 7 years ago

Hi! Somebody did this? It is useful functionality for gearman ui too http://rodolforipado.net/gearmanui/

xrn commented 6 years ago

Check this - https://github.com/johnewart/gearman-java/pull/15