kafka-websocket icon indicating copy to clipboard operation
kafka-websocket copied to clipboard

Change topics list

Open onsails opened this issue 11 years ago • 1 comments

Hi,

I am impressed by your project, really useful thing! When I started thinking about its production use I found out that there was no way to change topics list without reconnection. This feature is supposed to be a feature request. Do you have any ideas/suggestions how to do that?

onsails avatar Mar 09 '14 19:03 onsails

I agree that would be very useful and I will likely add it in a later version. It requires significant change to the client protocol so that topics are added/deleted via messages rather than via the path on session open, as well as to the consumer which currently does not track the per-stream tasks after they are created.

Simplicity was the goal for this version. Thanks for the feedback!

b avatar Mar 09 '14 19:03 b