Closed juliusza closed 7 years ago
Can you please rename client.getOffset
to something like getPartitionOffset
and also drop all changes to package.json
file.
Sure thing, bump.
Did you have any random failures previously? I'm now getting this:
2017-03-06T08:24:58.993Z ERROR group-consumer1 Full rejoin attempt failed: NoKafkaConnectionError [[object Object]]: Connection closed { [NoKafkaConnectionError: Connection closed]
I don't think it's related to my changes. On both my local dev env and forked repo all 83 tests are passing. Please try to re-run travis build.
Try restarting the build. I had some random network related errors with Travis too.
Updated my comment. I can't re-run this build, as I'm not the owner. Maybe you need to increase the sleep 10. Not sure.
I need to get consumer lag for monitoring purposes. Added a method that returns output similar to
bin/kafka-run-class.sh kafka.admin.ConsumerGroupCommand --describe --group <groupId>