You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.
there is one bug in zk.js line 406 which caused this issue, it uses wrong counter,
pasted code below, var topicName = topicNames[j] will fix the issue
for (var i = 0; i < consumerIds.length; i++) {
var consumerId = consumerIds[i]
var consumer = consumerTopicCounts[consumerId]
consumerTopicPartitions[consumerId] = {}
for (var j = 0; j < topicNames.length; j++) {
var topicName = topicNames[i]
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As per this comment #4 (comment)
I am using kafka 0.7.2 and I seeing a similar issue. i.e. no errors reported but no data being received.
The text was updated successfully, but these errors were encountered: