mgodave / riemann-client

A Java client for Riemann
0 stars 1 forks source link

PubSub TCP client #3

Open itaifrenkel opened 11 years ago

itaifrenkel commented 11 years ago

Currently continuous queries (or publish/subscribe) are available only using the websocket protocol and not the TCP protocol. Is this a riemann server issue or riemann client issue?

mgodave commented 11 years ago

I know Kyle released some new features recently with regards to this. AFAIK when I first implemented this it was not supported over the raw TCP connection. I'll have to do some more research and see what the current state of the art is. I haven't really used this feature so I'm a little rusty on it. I implemented the websocket stuff thinking I might but never did.