kafka-websocket
kafka-websocket copied to clipboard
Change topics list
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?
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!