microsoft / kafka-proxy-ws

A robust, scalable, high performance WebSockets based proxy for Kafka.
144 stars 37 forks source link

Client connection gets closed for one application if it is opened twice #3

Open padjon opened 7 years ago

padjon commented 7 years ago

I use your proxy to access the kafka stream in angular4. The issue is, if the application is opened multiple time, the proxy kills the connection for one of the applications. So its not possible to run multiple client instances on one host.

debug(client already connected to ${consumerGroup} / ${topic}. disconnecting);