gearman-java icon indicating copy to clipboard operation
gearman-java copied to clipboard

No Response to Gearman Admin Protocol

Open arcaneiceman opened this issue 8 years ago • 5 comments

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

arcaneiceman avatar Jun 05 '16 19:06 arcaneiceman

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

johnewart avatar Jun 05 '16 19:06 johnewart

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!

arcaneiceman avatar Jun 05 '16 19:06 arcaneiceman

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

johnewart avatar Jun 06 '16 14:06 johnewart

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

dirzhov avatar Aug 12 '17 00:08 dirzhov

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

xrn avatar Aug 01 '18 05:08 xrn