monto-editor / broker

BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Discovery should be Request/Response and not Publish/Subscribe #5

Closed svenkeidel closed 9 years ago

svenkeidel commented 9 years ago

Currently discovery messages are sent by Publish/Subscribe mechanisms. But a synchronous Request/Response message flow is more appropriate.

wpmp commented 9 years ago

This is true, but then it's not possible for the broker to directly inform clients about newly registered services, right? I think we really should use Request/Resonse though and think about another solution for the mentioned problem.