Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RecordBatch decode on protocol Fetch v4 #179

Merged
merged 3 commits into from
Oct 16, 2018
Merged

Conversation

tulios
Copy link
Owner

@tulios tulios commented Oct 15, 2018

This bug was making the fetch operation very inefficient. If a RecordBatch had many records, it would work as it should, hence the green tests on KafkaJS. If the messages resulted in many RecordBatch, each with a single record, it would read one message at a time per fetch operation.

This behavior is also breaking snappy and lz4 compressions.

Interesting enough, the response test for fetch v4 had highWatermark 6, but was checked against 3 items. I guess this slipped through the cracks; after the fix, the test reported 3 other messages missing.

Fixes #152

@tulios tulios requested a review from Nevon October 15, 2018 23:01
@paambaati
Copy link
Contributor

paambaati commented Oct 16, 2018

@tulios Thanks for fixing this quickly, I can confirm that this patch works sometimes! I see a lot of Unexpected end of LZ4 stream @0 errors.

{"level":"ERROR","timestamp":"2018-10-16T03:25:15.911Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka1.com:9092","clientId":"kafka-reader-local-v3","error":"Unexpected end of LZ4 stream @0","correlationId":7,"size":20974277}
{"level":"DEBUG","timestamp":"2018-10-16T03:25:15.911Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka1.com:9092","clientId":"kafka-reader-local-v3","error":"Unexpected end of LZ4 stream @0","correlationId":7,"payload":{"type":"Buffer","data":"[filtered]"}}
{"level":"DEBUG","timestamp":"2018-10-16T03:25:15.911Z","logger":"kafkajs","message":"[Runner] Error while fetching data, trying again...","groupId":"kafka-reader-local-v3","memberId":"kafka-reader-local-v3-5b99c1ea-269d-4e72-b797-296e910f8986","error":"Unexpected end of LZ4 stream @0","stack":"Error: Unexpected end of LZ4 stream @0\n    at Decoder.emit_Error (/Users/me/Projects/my-project/node_modules/lz4/lib/decoder_stream.js:64:22)\n    at Decoder.check_Size (/Users/me/Projects/my-project/node_modules/lz4/lib/decoder_stream.js:70:32)\n    at Decoder.read_DataBlockData (/Users/me/Projects/my-project/node_modules/lz4/lib/decoder_stream.js:213:12)\n    at Decoder._main (/Users/me/Projects/my-project/node_modules/lz4/lib/decoder_stream.js:310:25)\n    at Decoder._flush (/Users/me/Projects/my-project/node_modules/lz4/lib/decoder_stream.js:280:7)\n    at Decoder.prefinish (_stream_transform.js:141:10)\n    at Decoder.emit (events.js:182:13)\n    at prefinish (_stream_writable.js:630:14)\n    at finishMaybe (_stream_writable.js:638:5)\n    at endWritable (_stream_writable.js:649:3)","retryCount":0,"retryTime":319}

@tulios
Copy link
Owner Author

tulios commented Oct 16, 2018

I will take a look; it would help a lot if you could provide us with the Buffer causing the issue. I will try to simulate this today; I have the infra in place now.

@@ -7,6 +7,7 @@ const { MAGIC_BYTE } = require('../../../recordBatch/v0')
// the magic offset is at the same offset for all current message formats, but the 4 bytes
// between the size and the magic is dependent on the version.
const MAGIC_OFFSET = 16
const RECORD_BATCH_OVERHEAD = 49
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider if maybe the decoders should expose how many bytes they require, since we have these checks wherever you're decoding a list of something.

@paambaati
Copy link
Contributor

@tulios Here's a full stack trace —

{"level":"DEBUG","timestamp":"2018-10-16T14:48:18.850Z","logger":"kafkajs","message":"[Connection] Connecting","broker":"kafka1.com:9092","clientId":"gp_test_v8","ssl":false,"sasl":false}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:19.410Z","logger":"kafkajs","message":"[Connection] Request ApiVersions(key: 18, version: 2)","broker":"kafka1.com:9092","clientId":"gp_test_v8","correlationId":0,"size":24}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:19.665Z","logger":"kafkajs","message":"[Connection] Response ApiVersions(key: 18, version: 2)","broker":"kafka1.com:9092","clientId":"gp_test_v8","error":"The version of API is not supported","correlationId":0,"payload":{"type":"Buffer","data":"[filtered]"}}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:19.667Z","logger":"kafkajs","message":"[Connection] Request ApiVersions(key: 18, version: 1)","broker":"kafka1.com:9092","clientId":"gp_test_v8","correlationId":1,"size":24}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:19.957Z","logger":"kafkajs","message":"[Connection] Response ApiVersions(key: 18, version: 1)","broker":"kafka1.com:9092","clientId":"gp_test_v8","correlationId":1,"size":272,"data":{"errorCode":0,"apiVersions":[{"apiKey":0,"minVersion":0,"maxVersion":5},{"apiKey":1,"minVersion":0,"maxVersion":7},{"apiKey":2,"minVersion":0,"maxVersion":2},{"apiKey":3,"minVersion":0,"maxVersion":5},{"apiKey":4,"minVersion":0,"maxVersion":1},{"apiKey":5,"minVersion":0,"maxVersion":0},{"apiKey":6,"minVersion":0,"maxVersion":4},{"apiKey":7,"minVersion":0,"maxVersion":1},{"apiKey":8,"minVersion":0,"maxVersion":3},{"apiKey":9,"minVersion":0,"maxVersion":3},{"apiKey":10,"minVersion":0,"maxVersion":1},{"apiKey":11,"minVersion":0,"maxVersion":2},{"apiKey":12,"minVersion":0,"maxVersion":1},{"apiKey":13,"minVersion":0,"maxVersion":1},{"apiKey":14,"minVersion":0,"maxVersion":1},{"apiKey":15,"minVersion":0,"maxVersion":1},{"apiKey":16,"minVersion":0,"maxVersion":1},{"apiKey":17,"minVersion":0,"maxVersion":1},{"apiKey":18,"minVersion":0,"maxVersion":1},{"apiKey":19,"minVersion":0,"maxVersion":2},{"apiKey":20,"minVersion":0,"maxVersion":1},{"apiKey":21,"minVersion":0,"maxVersion":0},{"apiKey":22,"minVersion":0,"maxVersion":0},{"apiKey":23,"minVersion":0,"maxVersion":0},{"apiKey":24,"minVersion":0,"maxVersion":0},{"apiKey":25,"minVersion":0,"maxVersion":0},{"apiKey":26,"minVersion":0,"maxVersion":0},{"apiKey":27,"minVersion":0,"maxVersion":0},{"apiKey":28,"minVersion":0,"maxVersion":0},{"apiKey":29,"minVersion":0,"maxVersion":0},{"apiKey":30,"minVersion":0,"maxVersion":0},{"apiKey":31,"minVersion":0,"maxVersion":0},{"apiKey":32,"minVersion":0,"maxVersion":1},{"apiKey":33,"minVersion":0,"maxVersion":0},{"apiKey":34,"minVersion":0,"maxVersion":0},{"apiKey":35,"minVersion":0,"maxVersion":0},{"apiKey":36,"minVersion":0,"maxVersion":0},{"apiKey":37,"minVersion":0,"maxVersion":0},{"apiKey":38,"minVersion":0,"maxVersion":0},{"apiKey":39,"minVersion":0,"maxVersion":0},{"apiKey":40,"minVersion":0,"maxVersion":0},{"apiKey":41,"minVersion":0,"maxVersion":0},{"apiKey":42,"minVersion":0,"maxVersion":0}],"throttleTime":0}}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:19.962Z","logger":"kafkajs","message":"[Connection] Request Metadata(key: 3, version: 4)","broker":"kafka1.com:9092","clientId":"gp_test_v8","correlationId":2,"size":46}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:20.217Z","logger":"kafkajs","message":"[Connection] Response Metadata(key: 3, version: 4)","broker":"kafka1.com:9092","clientId":"gp_test_v8","correlationId":2,"size":12241,"data":{"throttleTime":0,"brokers":[{"nodeId":2,"host":"kafka2.com","port":9092,"rack":null},{"nodeId":5,"host":"kafka5.com","port":9092,"rack":null},{"nodeId":4,"host":"kafka4.com","port":9092,"rack":null},{"nodeId":1,"host":"kafka1.com","port":9092,"rack":null},{"nodeId":3,"host":"kafka3.com","port":9092,"rack":null}],"clusterId":"7QRYYnVdScOZOZEEj9pdpw","controllerId":3,"topicMetadata":[{"topicErrorCode":0,"topic":"topic1","isInternal":false,"partitionMetadata":[{"partitionErrorCode":0,"partitionId":137,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":146,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":218,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":227,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":92,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":101,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":200,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":173,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":209,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":182,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":191,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":254,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":83,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":155,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":164,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":245,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":110,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":119,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":128,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":236,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":23,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":95,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":104,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":391,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":131,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":122,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":194,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":176,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":77,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":86,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":185,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":158,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":167,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":50,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":364,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":59,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":373,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":32,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":68,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":41,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":382,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":140,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":113,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":149,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":346,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":355,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":394,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":53,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":367,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":62,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":134,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":35,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":376,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":8,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":349,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":44,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":17,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":358,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":26,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":125,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":331,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":304,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":340,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":80,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":89,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":286,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":295,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":116,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":71,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":98,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":107,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":313,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":322,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":385,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":11,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":307,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":74,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":388,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":56,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":397,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":262,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":298,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":370,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":29,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":343,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":38,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":379,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":352,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":47,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":244,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":226,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":253,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":325,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":361,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":334,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":20,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":2,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":235,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":316,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":289,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":65,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":271,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":280,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":319,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":5,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":184,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":193,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":265,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":301,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":175,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":256,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":337,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":211,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":283,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":292,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":166,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":274,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":247,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":14,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":328,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":220,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":229,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":202,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":238,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":310,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":277,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":142,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":151,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":223,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":250,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":259,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":232,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":124,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":106,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":133,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":205,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":214,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":160,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":169,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":178,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":115,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":187,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":196,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":241,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":268,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":369,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":181,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":163,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":172,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":46,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":387,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":118,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":127,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":199,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":136,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":208,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":217,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":100,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":82,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":109,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":91,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":190,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":396,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":55,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":64,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":378,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":73,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":145,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":154,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":360,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":85,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":399,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":58,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":67,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":94,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":139,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":300,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":381,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":40,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":354,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":390,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":49,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":130,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":336,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":345,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":4,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":13,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":372,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":148,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":121,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":157,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":22,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":363,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":31,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":76,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":103,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":112,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":309,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":318,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":327,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":16,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":357,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":97,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":312,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":7,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":348,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":393,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":79,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":88,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":294,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":303,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":375,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":70,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":384,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":43,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":52,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":276,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":249,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":285,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":258,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":330,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":267,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":25,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":339,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":366,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":34,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":240,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":321,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":61,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":10,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":189,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":225,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":306,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":37,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":180,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":333,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":342,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":1,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":207,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":216,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":288,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":324,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":297,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":198,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":270,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":279,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":252,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":351,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":19,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":28,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":261,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":234,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":243,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":315,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":282,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":174,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":147,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":183,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":156,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":255,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":228,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":264,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":129,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":138,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":210,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":219,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":291,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":120,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":165,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":237,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":246,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":192,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":201,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":273,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":60,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":186,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":213,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":222,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":87,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":96,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":168,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":177,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":383,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":392,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":150,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":159,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":132,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":141,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":105,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":114,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":123,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":195,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":204,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":69,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":78,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":231,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":332,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":90,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":63,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":99,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":45,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":386,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":395,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":54,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":341,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":171,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":377,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":72,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":144,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":81,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":153,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":126,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":162,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":359,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":27,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":368,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":36,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":108,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":135,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":117,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":350,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":323,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":9,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":18,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":389,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":48,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":362,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":21,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":57,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":263,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":272,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":344,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":317,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":3,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":353,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":12,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":84,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":93,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":102,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":326,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":299,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":335,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":308,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":380,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":75,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":281,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":290,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":30,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":371,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":39,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":111,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":398,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":66,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":15,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":356,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":230,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":42,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":51,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":257,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":24,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":338,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":33,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":347,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":374,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":6,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":221,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":248,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":320,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":329,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":302,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":203,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":275,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":212,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":311,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":284,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":293,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":365,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":266,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":239,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":314,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":179,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":152,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":188,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":260,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":269,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":143,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":170,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":215,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":287,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":161,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":242,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":251,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":197,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":224,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":296,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":206,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":233,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":305,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":278,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":0,"leader":1,"replicas":[1,2],"isr":[1]}]}]}}
{"level":"INFO","timestamp":"2018-10-16T14:48:20.219Z","logger":"kafkajs","message":"[Consumer] Starting","groupId":"gp_test_v8"}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:20.221Z","logger":"kafkajs","message":"[Connection] Connecting","broker":"kafka2.com:9092","clientId":"gp_test_v8","ssl":false,"sasl":false}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:20.777Z","logger":"kafkajs","message":"[Connection] Request GroupCoordinator(key: 10, version: 0)","broker":"kafka2.com:9092","clientId":"gp_test_v8","correlationId":0,"size":36}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:21.084Z","logger":"kafkajs","message":"[Connection] Response GroupCoordinator(key: 10, version: 0)","broker":"kafka2.com:9092","clientId":"gp_test_v8","correlationId":0,"size":29,"data":{"errorCode":0,"coordinator":{"nodeId":3,"host":"kafka3.com","port":9092}}}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:21.084Z","logger":"kafkajs","message":"[Cluster] Found group coordinator","nodeId":3}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:21.085Z","logger":"kafkajs","message":"[Connection] Connecting","broker":"kafka3.com:9092","clientId":"gp_test_v8","ssl":false,"sasl":false}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:21.392Z","logger":"kafkajs","message":"[Connection] Request JoinGroup(key: 11, version: 0)","broker":"kafka3.com:9092","clientId":"gp_test_v8","correlationId":0,"size":107}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:21.698Z","logger":"kafkajs","message":"[Connection] Response JoinGroup(key: 11, version: 0)","broker":"kafka3.com:9092","clientId":"gp_test_v8","correlationId":0,"size":212,"data":{"errorCode":0,"generationId":3,"groupProtocol":"RoundRobinAssigner","leaderId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b","members":[{"memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b","memberMetadata":{"type":"Buffer","data":[0,1,0,0,0,1,0,15,112,114,111,100,117,99,116,105,111,110,95,104,116,109,108,0,0,0,0]}}]}}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:21.699Z","logger":"kafkajs","message":"[ConsumerGroup] Chosen as group leader","groupId":"gp_test_v8","generationId":3,"memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b","topics":["topic1"]}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:21.700Z","logger":"kafkajs","message":"[Connection] Request Metadata(key: 3, version: 4)","broker":"kafka1.com:9092","clientId":"gp_test_v8","correlationId":3,"size":46}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:21.960Z","logger":"kafkajs","message":"[Connection] Response Metadata(key: 3, version: 4)","broker":"kafka1.com:9092","clientId":"gp_test_v8","correlationId":3,"size":12241,"data":{"throttleTime":0,"brokers":[{"nodeId":2,"host":"kafka2.com","port":9092,"rack":null},{"nodeId":5,"host":"kafka5.com","port":9092,"rack":null},{"nodeId":4,"host":"kafka4.com","port":9092,"rack":null},{"nodeId":1,"host":"kafka1.com","port":9092,"rack":null},{"nodeId":3,"host":"kafka3.com","port":9092,"rack":null}],"clusterId":"7QRYYnVdScOZOZEEj9pdpw","controllerId":3,"topicMetadata":[{"topicErrorCode":0,"topic":"topic1","isInternal":false,"partitionMetadata":[{"partitionErrorCode":0,"partitionId":137,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":146,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":218,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":227,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":92,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":101,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":200,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":173,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":209,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":182,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":191,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":254,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":83,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":155,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":164,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":245,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":110,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":119,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":128,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":236,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":23,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":95,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":104,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":391,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":131,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":122,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":194,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":176,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":77,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":86,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":185,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":158,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":167,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":50,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":364,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":59,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":373,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":32,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":68,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":41,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":382,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":140,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":113,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":149,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":346,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":355,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":394,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":53,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":367,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":62,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":134,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":35,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":376,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":8,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":349,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":44,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":17,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":358,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":26,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":125,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":331,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":304,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":340,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":80,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":89,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":286,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":295,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":116,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":71,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":98,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":107,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":313,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":322,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":385,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":11,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":307,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":74,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":388,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":56,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":397,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":262,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":298,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":370,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":29,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":343,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":38,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":379,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":352,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":47,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":244,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":226,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":253,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":325,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":361,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":334,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":20,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":2,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":235,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":316,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":289,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":65,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":271,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":280,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":319,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":5,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":184,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":193,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":265,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":301,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":175,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":256,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":337,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":211,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":283,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":292,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":166,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":274,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":247,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":14,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":328,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":220,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":229,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":202,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":238,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":310,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":277,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":142,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":151,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":223,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":250,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":259,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":232,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":124,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":106,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":133,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":205,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":214,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":160,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":169,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":178,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":115,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":187,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":196,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":241,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":268,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":369,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":181,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":163,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":172,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":46,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":387,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":118,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":127,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":199,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":136,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":208,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":217,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":100,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":82,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":109,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":91,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":190,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":396,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":55,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":64,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":378,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":73,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":145,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":154,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":360,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":85,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":399,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":58,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":67,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":94,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":139,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":300,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":381,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":40,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":354,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":390,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":49,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":130,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":336,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":345,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":4,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":13,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":372,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":148,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":121,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":157,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":22,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":363,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":31,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":76,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":103,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":112,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":309,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":318,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":327,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":16,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":357,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":97,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":312,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":7,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":348,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":393,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":79,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":88,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":294,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":303,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":375,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":70,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":384,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":43,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":52,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":276,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":249,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":285,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":258,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":330,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":267,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":25,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":339,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":366,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":34,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":240,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":321,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":61,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":10,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":189,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":225,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":306,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":37,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":180,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":333,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":342,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":1,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":207,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":216,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":288,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":324,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":297,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":198,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":270,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":279,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":252,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":351,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":19,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":28,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":261,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":234,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":243,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":315,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":282,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":174,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":147,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":183,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":156,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":255,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":228,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":264,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":129,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":138,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":210,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":219,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":291,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":120,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":165,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":237,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":246,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":192,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":201,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":273,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":60,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":186,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":213,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":222,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":87,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":96,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":168,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":177,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":383,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":392,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":150,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":159,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":132,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":141,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":105,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":114,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":123,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":195,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":204,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":69,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":78,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":231,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":332,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":90,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":63,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":99,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":45,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":386,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":395,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":54,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":341,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":171,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":377,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":72,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":144,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":81,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":153,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":126,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":162,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":359,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":27,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":368,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":36,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":108,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":135,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":117,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":350,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":323,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":9,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":18,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":389,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":48,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":362,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":21,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":57,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":263,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":272,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":344,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":317,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":3,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":353,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":12,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":84,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":93,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":102,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":326,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":299,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":335,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":308,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":380,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":75,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":281,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":290,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":30,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":371,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":39,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":111,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":398,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":66,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":15,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":356,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":230,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":42,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":51,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":257,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":24,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":338,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":33,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":347,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":374,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":6,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":221,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":248,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":320,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":329,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":302,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":203,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":275,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":212,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":311,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":284,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":293,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":365,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":266,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":239,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":314,"leader":5,"replicas":[5,3],"isr":[5]},{"partitionErrorCode":0,"partitionId":179,"leader":5,"replicas":[5,4],"isr":[5]},{"partitionErrorCode":0,"partitionId":152,"leader":3,"replicas":[3,1],"isr":[3]},{"partitionErrorCode":0,"partitionId":188,"leader":4,"replicas":[4,1],"isr":[4]},{"partitionErrorCode":0,"partitionId":260,"leader":1,"replicas":[1,2],"isr":[1]},{"partitionErrorCode":0,"partitionId":269,"leader":5,"replicas":[5,2],"isr":[5]},{"partitionErrorCode":0,"partitionId":143,"leader":4,"replicas":[4,5],"isr":[4]},{"partitionErrorCode":0,"partitionId":170,"leader":1,"replicas":[1,4],"isr":[1]},{"partitionErrorCode":0,"partitionId":215,"leader":1,"replicas":[1,5],"isr":[1]},{"partitionErrorCode":0,"partitionId":287,"leader":3,"replicas":[3,5],"isr":[3]},{"partitionErrorCode":0,"partitionId":161,"leader":2,"replicas":[2,3],"isr":[2]},{"partitionErrorCode":0,"partitionId":242,"leader":3,"replicas":[3,4],"isr":[3]},{"partitionErrorCode":0,"partitionId":251,"leader":2,"replicas":[2,5],"isr":[2]},{"partitionErrorCode":0,"partitionId":197,"leader":3,"replicas":[3,2],"isr":[3]},{"partitionErrorCode":0,"partitionId":224,"leader":5,"replicas":[5,1],"isr":[5]},{"partitionErrorCode":0,"partitionId":296,"leader":2,"replicas":[2,1],"isr":[2]},{"partitionErrorCode":0,"partitionId":206,"leader":2,"replicas":[2,4],"isr":[2]},{"partitionErrorCode":0,"partitionId":233,"leader":4,"replicas":[4,2],"isr":[4]},{"partitionErrorCode":0,"partitionId":305,"leader":1,"replicas":[1,3],"isr":[1]},{"partitionErrorCode":0,"partitionId":278,"leader":4,"replicas":[4,3],"isr":[4]},{"partitionErrorCode":0,"partitionId":0,"leader":1,"replicas":[1,2],"isr":[1]}]}]}}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:21.964Z","logger":"kafkajs","message":"[ConsumerGroup] Group assignment","groupId":"gp_test_v8","generationId":3,"topics":["topic1"],"groupProtocol":"RoundRobinAssigner","assignment":[{"memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b","memberAssignment":{"type":"Buffer","data":[0,1,0,0,0,1,0,15,112,114,111,100,117,99,116,105,111,110,95,104,116,109,108,0,0,1,144,0,0,0,137,0,0,0,146,0,0,0,218,0,0,0,227,0,0,0,92,0,0,0,101,0,0,0,200,0,0,0,173,0,0,0,209,0,0,0,182,0,0,0,191,0,0,0,254,0,0,0,83,0,0,0,155,0,0,0,164,0,0,0,245,0,0,0,110,0,0,0,119,0,0,0,128,0,0,0,236,0,0,0,23,0,0,0,95,0,0,0,104,0,0,1,135,0,0,0,131,0,0,0,122,0,0,0,194,0,0,0,176,0,0,0,77,0,0,0,86,0,0,0,185,0,0,0,158,0,0,0,167,0,0,0,50,0,0,1,108,0,0,0,59,0,0,1,117,0,0,0,32,0,0,0,68,0,0,0,41,0,0,1,126,0,0,0,140,0,0,0,113,0,0,0,149,0,0,1,90,0,0,1,99,0,0,1,138,0,0,0,53,0,0,1,111,0,0,0,62,0,0,0,134,0,0,0,35,0,0,1,120,0,0,0,8,0,0,1,93,0,0,0,44,0,0,0,17,0,0,1,102,0,0,0,26,0,0,0,125,0,0,1,75,0,0,1,48,0,0,1,84,0,0,0,80,0,0,0,89,0,0,1,30,0,0,1,39,0,0,0,116,0,0,0,71,0,0,0,98,0,0,0,107,0,0,1,57,0,0,1,66,0,0,1,129,0,0,0,11,0,0,1,51,0,0,0,74,0,0,1,132,0,0,0,56,0,0,1,141,0,0,1,6,0,0,1,42,0,0,1,114,0,0,0,29,0,0,1,87,0,0,0,38,0,0,1,123,0,0,1,96,0,0,0,47,0,0,0,244,0,0,0,226,0,0,0,253,0,0,1,69,0,0,1,105,0,0,1,78,0,0,0,20,0,0,0,2,0,0,0,235,0,0,1,60,0,0,1,33,0,0,0,65,0,0,1,15,0,0,1,24,0,0,1,63,0,0,0,5,0,0,0,184,0,0,0,193,0,0,1,9,0,0,1,45,0,0,0,175,0,0,1,0,0,0,1,81,0,0,0,211,0,0,1,27,0,0,1,36,0,0,0,166,0,0,1,18,0,0,0,247,0,0,0,14,0,0,1,72,0,0,0,220,0,0,0,229,0,0,0,202,0,0,0,238,0,0,1,54,0,0,1,21,0,0,0,142,0,0,0,151,0,0,0,223,0,0,0,250,0,0,1,3,0,0,0,232,0,0,0,124,0,0,0,106,0,0,0,133,0,0,0,205,0,0,0,214,0,0,0,160,0,0,0,169,0,0,0,178,0,0,0,115,0,0,0,187,0,0,0,196,0,0,0,241,0,0,1,12,0,0,1,113,0,0,0,181,0,0,0,163,0,0,0,172,0,0,0,46,0,0,1,131,0,0,0,118,0,0,0,127,0,0,0,199,0,0,0,136,0,0,0,208,0,0,0,217,0,0,0,100,0,0,0,82,0,0,0,109,0,0,0,91,0,0,0,190,0,0,1,140,0,0,0,55,0,0,0,64,0,0,1,122,0,0,0,73,0,0,0,145,0,0,0,154,0,0,1,104,0,0,0,85,0,0,1,143,0,0,0,58,0,0,0,67,0,0,0,94,0,0,0,139,0,0,1,44,0,0,1,125,0,0,0,40,0,0,1,98,0,0,1,134,0,0,0,49,0,0,0,130,0,0,1,80,0,0,1,89,0,0,0,4,0,0,0,13,0,0,1,116,0,0,0,148,0,0,0,121,0,0,0,157,0,0,0,22,0,0,1,107,0,0,0,31,0,0,0,76,0,0,0,103,0,0,0,112,0,0,1,53,0,0,1,62,0,0,1,71,0,0,0,16,0,0,1,101,0,0,0,97,0,0,1,56,0,0,0,7,0,0,1,92,0,0,1,137,0,0,0,79,0,0,0,88,0,0,1,38,0,0,1,47,0,0,1,119,0,0,0,70,0,0,1,128,0,0,0,43,0,0,0,52,0,0,1,20,0,0,0,249,0,0,1,29,0,0,1,2,0,0,1,74,0,0,1,11,0,0,0,25,0,0,1,83,0,0,1,110,0,0,0,34,0,0,0,240,0,0,1,65,0,0,0,61,0,0,0,10,0,0,0,189,0,0,0,225,0,0,1,50,0,0,0,37,0,0,0,180,0,0,1,77,0,0,1,86,0,0,0,1,0,0,0,207,0,0,0,216,0,0,1,32,0,0,1,68,0,0,1,41,0,0,0,198,0,0,1,14,0,0,1,23,0,0,0,252,0,0,1,95,0,0,0,19,0,0,0,28,0,0,1,5,0,0,0,234,0,0,0,243,0,0,1,59,0,0,1,26,0,0,0,174,0,0,0,147,0,0,0,183,0,0,0,156,0,0,0,255,0,0,0,228,0,0,1,8,0,0,0,129,0,0,0,138,0,0,0,210,0,0,0,219,0,0,1,35,0,0,0,120,0,0,0,165,0,0,0,237,0,0,0,246,0,0,0,192,0,0,0,201,0,0,1,17,0,0,0,60,0,0,0,186,0,0,0,213,0,0,0,222,0,0,0,87,0,0,0,96,0,0,0,168,0,0,0,177,0,0,1,127,0,0,1,136,0,0,0,150,0,0,0,159,0,0,0,132,0,0,0,141,0,0,0,105,0,0,0,114,0,0,0,123,0,0,0,195,0,0,0,204,0,0,0,69,0,0,0,78,0,0,0,231,0,0,1,76,0,0,0,90,0,0,0,63,0,0,0,99,0,0,0,45,0,0,1,130,0,0,1,139,0,0,0,54,0,0,1,85,0,0,0,171,0,0,1,121,0,0,0,72,0,0,0,144,0,0,0,81,0,0,0,153,0,0,0,126,0,0,0,162,0,0,1,103,0,0,0,27,0,0,1,112,0,0,0,36,0,0,0,108,0,0,0,135,0,0,0,117,0,0,1,94,0,0,1,67,0,0,0,9,0,0,0,18,0,0,1,133,0,0,0,48,0,0,1,106,0,0,0,21,0,0,0,57,0,0,1,7,0,0,1,16,0,0,1,88,0,0,1,61,0,0,0,3,0,0,1,97,0,0,0,12,0,0,0,84,0,0,0,93,0,0,0,102,0,0,1,70,0,0,1,43,0,0,1,79,0,0,1,52,0,0,1,124,0,0,0,75,0,0,1,25,0,0,1,34,0,0,0,30,0,0,1,115,0,0,0,39,0,0,0,111,0,0,1,142,0,0,0,66,0,0,0,15,0,0,1,100,0,0,0,230,0,0,0,42,0,0,0,51,0,0,1,1,0,0,0,24,0,0,1,82,0,0,0,33,0,0,1,91,0,0,1,118,0,0,0,6,0,0,0,221,0,0,0,248,0,0,1,64,0,0,1,73,0,0,1,46,0,0,0,203,0,0,1,19,0,0,0,212,0,0,1,55,0,0,1,28,0,0,1,37,0,0,1,109,0,0,1,10,0,0,0,239,0,0,1,58,0,0,0,179,0,0,0,152,0,0,0,188,0,0,1,4,0,0,1,13,0,0,0,143,0,0,0,170,0,0,0,215,0,0,1,31,0,0,0,161,0,0,0,242,0,0,0,251,0,0,0,197,0,0,0,224,0,0,1,40,0,0,0,206,0,0,0,233,0,0,1,49,0,0,1,22,0,0,0,0,0,0,0,0]}}]}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:21.966Z","logger":"kafkajs","message":"[Connection] Request SyncGroup(key: 14, version: 0)","broker":"kafka3.com:9092","clientId":"gp_test_v8","correlationId":1,"size":1777}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:22.219Z","logger":"kafkajs","message":"[Connection] Response SyncGroup(key: 14, version: 0)","broker":"kafka3.com:9092","clientId":"gp_test_v8","correlationId":1,"size":1641,"data":{"errorCode":0,"memberAssignment":{"type":"Buffer","data":[0,1,0,0,0,1,0,15,112,114,111,100,117,99,116,105,111,110,95,104,116,109,108,0,0,1,144,0,0,0,137,0,0,0,146,0,0,0,218,0,0,0,227,0,0,0,92,0,0,0,101,0,0,0,200,0,0,0,173,0,0,0,209,0,0,0,182,0,0,0,191,0,0,0,254,0,0,0,83,0,0,0,155,0,0,0,164,0,0,0,245,0,0,0,110,0,0,0,119,0,0,0,128,0,0,0,236,0,0,0,23,0,0,0,95,0,0,0,104,0,0,1,135,0,0,0,131,0,0,0,122,0,0,0,194,0,0,0,176,0,0,0,77,0,0,0,86,0,0,0,185,0,0,0,158,0,0,0,167,0,0,0,50,0,0,1,108,0,0,0,59,0,0,1,117,0,0,0,32,0,0,0,68,0,0,0,41,0,0,1,126,0,0,0,140,0,0,0,113,0,0,0,149,0,0,1,90,0,0,1,99,0,0,1,138,0,0,0,53,0,0,1,111,0,0,0,62,0,0,0,134,0,0,0,35,0,0,1,120,0,0,0,8,0,0,1,93,0,0,0,44,0,0,0,17,0,0,1,102,0,0,0,26,0,0,0,125,0,0,1,75,0,0,1,48,0,0,1,84,0,0,0,80,0,0,0,89,0,0,1,30,0,0,1,39,0,0,0,116,0,0,0,71,0,0,0,98,0,0,0,107,0,0,1,57,0,0,1,66,0,0,1,129,0,0,0,11,0,0,1,51,0,0,0,74,0,0,1,132,0,0,0,56,0,0,1,141,0,0,1,6,0,0,1,42,0,0,1,114,0,0,0,29,0,0,1,87,0,0,0,38,0,0,1,123,0,0,1,96,0,0,0,47,0,0,0,244,0,0,0,226,0,0,0,253,0,0,1,69,0,0,1,105,0,0,1,78,0,0,0,20,0,0,0,2,0,0,0,235,0,0,1,60,0,0,1,33,0,0,0,65,0,0,1,15,0,0,1,24,0,0,1,63,0,0,0,5,0,0,0,184,0,0,0,193,0,0,1,9,0,0,1,45,0,0,0,175,0,0,1,0,0,0,1,81,0,0,0,211,0,0,1,27,0,0,1,36,0,0,0,166,0,0,1,18,0,0,0,247,0,0,0,14,0,0,1,72,0,0,0,220,0,0,0,229,0,0,0,202,0,0,0,238,0,0,1,54,0,0,1,21,0,0,0,142,0,0,0,151,0,0,0,223,0,0,0,250,0,0,1,3,0,0,0,232,0,0,0,124,0,0,0,106,0,0,0,133,0,0,0,205,0,0,0,214,0,0,0,160,0,0,0,169,0,0,0,178,0,0,0,115,0,0,0,187,0,0,0,196,0,0,0,241,0,0,1,12,0,0,1,113,0,0,0,181,0,0,0,163,0,0,0,172,0,0,0,46,0,0,1,131,0,0,0,118,0,0,0,127,0,0,0,199,0,0,0,136,0,0,0,208,0,0,0,217,0,0,0,100,0,0,0,82,0,0,0,109,0,0,0,91,0,0,0,190,0,0,1,140,0,0,0,55,0,0,0,64,0,0,1,122,0,0,0,73,0,0,0,145,0,0,0,154,0,0,1,104,0,0,0,85,0,0,1,143,0,0,0,58,0,0,0,67,0,0,0,94,0,0,0,139,0,0,1,44,0,0,1,125,0,0,0,40,0,0,1,98,0,0,1,134,0,0,0,49,0,0,0,130,0,0,1,80,0,0,1,89,0,0,0,4,0,0,0,13,0,0,1,116,0,0,0,148,0,0,0,121,0,0,0,157,0,0,0,22,0,0,1,107,0,0,0,31,0,0,0,76,0,0,0,103,0,0,0,112,0,0,1,53,0,0,1,62,0,0,1,71,0,0,0,16,0,0,1,101,0,0,0,97,0,0,1,56,0,0,0,7,0,0,1,92,0,0,1,137,0,0,0,79,0,0,0,88,0,0,1,38,0,0,1,47,0,0,1,119,0,0,0,70,0,0,1,128,0,0,0,43,0,0,0,52,0,0,1,20,0,0,0,249,0,0,1,29,0,0,1,2,0,0,1,74,0,0,1,11,0,0,0,25,0,0,1,83,0,0,1,110,0,0,0,34,0,0,0,240,0,0,1,65,0,0,0,61,0,0,0,10,0,0,0,189,0,0,0,225,0,0,1,50,0,0,0,37,0,0,0,180,0,0,1,77,0,0,1,86,0,0,0,1,0,0,0,207,0,0,0,216,0,0,1,32,0,0,1,68,0,0,1,41,0,0,0,198,0,0,1,14,0,0,1,23,0,0,0,252,0,0,1,95,0,0,0,19,0,0,0,28,0,0,1,5,0,0,0,234,0,0,0,243,0,0,1,59,0,0,1,26,0,0,0,174,0,0,0,147,0,0,0,183,0,0,0,156,0,0,0,255,0,0,0,228,0,0,1,8,0,0,0,129,0,0,0,138,0,0,0,210,0,0,0,219,0,0,1,35,0,0,0,120,0,0,0,165,0,0,0,237,0,0,0,246,0,0,0,192,0,0,0,201,0,0,1,17,0,0,0,60,0,0,0,186,0,0,0,213,0,0,0,222,0,0,0,87,0,0,0,96,0,0,0,168,0,0,0,177,0,0,1,127,0,0,1,136,0,0,0,150,0,0,0,159,0,0,0,132,0,0,0,141,0,0,0,105,0,0,0,114,0,0,0,123,0,0,0,195,0,0,0,204,0,0,0,69,0,0,0,78,0,0,0,231,0,0,1,76,0,0,0,90,0,0,0,63,0,0,0,99,0,0,0,45,0,0,1,130,0,0,1,139,0,0,0,54,0,0,1,85,0,0,0,171,0,0,1,121,0,0,0,72,0,0,0,144,0,0,0,81,0,0,0,153,0,0,0,126,0,0,0,162,0,0,1,103,0,0,0,27,0,0,1,112,0,0,0,36,0,0,0,108,0,0,0,135,0,0,0,117,0,0,1,94,0,0,1,67,0,0,0,9,0,0,0,18,0,0,1,133,0,0,0,48,0,0,1,106,0,0,0,21,0,0,0,57,0,0,1,7,0,0,1,16,0,0,1,88,0,0,1,61,0,0,0,3,0,0,1,97,0,0,0,12,0,0,0,84,0,0,0,93,0,0,0,102,0,0,1,70,0,0,1,43,0,0,1,79,0,0,1,52,0,0,1,124,0,0,0,75,0,0,1,25,0,0,1,34,0,0,0,30,0,0,1,115,0,0,0,39,0,0,0,111,0,0,1,142,0,0,0,66,0,0,0,15,0,0,1,100,0,0,0,230,0,0,0,42,0,0,0,51,0,0,1,1,0,0,0,24,0,0,1,82,0,0,0,33,0,0,1,91,0,0,1,118,0,0,0,6,0,0,0,221,0,0,0,248,0,0,1,64,0,0,1,73,0,0,1,46,0,0,0,203,0,0,1,19,0,0,0,212,0,0,1,55,0,0,1,28,0,0,1,37,0,0,1,109,0,0,1,10,0,0,0,239,0,0,1,58,0,0,0,179,0,0,0,152,0,0,0,188,0,0,1,4,0,0,1,13,0,0,0,143,0,0,0,170,0,0,0,215,0,0,1,31,0,0,0,161,0,0,0,242,0,0,0,251,0,0,0,197,0,0,0,224,0,0,1,40,0,0,0,206,0,0,0,233,0,0,1,49,0,0,1,22,0,0,0,0,0,0,0,0]}}}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:22.220Z","logger":"kafkajs","message":"[ConsumerGroup] Received assignment","groupId":"gp_test_v8","generationId":3,"memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b","memberAssignment":{"topic1":[137,146,218,227,92,101,200,173,209,182,191,254,83,155,164,245,110,119,128,236,23,95,104,391,131,122,194,176,77,86,185,158,167,50,364,59,373,32,68,41,382,140,113,149,346,355,394,53,367,62,134,35,376,8,349,44,17,358,26,125,331,304,340,80,89,286,295,116,71,98,107,313,322,385,11,307,74,388,56,397,262,298,370,29,343,38,379,352,47,244,226,253,325,361,334,20,2,235,316,289,65,271,280,319,5,184,193,265,301,175,256,337,211,283,292,166,274,247,14,328,220,229,202,238,310,277,142,151,223,250,259,232,124,106,133,205,214,160,169,178,115,187,196,241,268,369,181,163,172,46,387,118,127,199,136,208,217,100,82,109,91,190,396,55,64,378,73,145,154,360,85,399,58,67,94,139,300,381,40,354,390,49,130,336,345,4,13,372,148,121,157,22,363,31,76,103,112,309,318,327,16,357,97,312,7,348,393,79,88,294,303,375,70,384,43,52,276,249,285,258,330,267,25,339,366,34,240,321,61,10,189,225,306,37,180,333,342,1,207,216,288,324,297,198,270,279,252,351,19,28,261,234,243,315,282,174,147,183,156,255,228,264,129,138,210,219,291,120,165,237,246,192,201,273,60,186,213,222,87,96,168,177,383,392,150,159,132,141,105,114,123,195,204,69,78,231,332,90,63,99,45,386,395,54,341,171,377,72,144,81,153,126,162,359,27,368,36,108,135,117,350,323,9,18,389,48,362,21,57,263,272,344,317,3,353,12,84,93,102,326,299,335,308,380,75,281,290,30,371,39,111,398,66,15,356,230,42,51,257,24,338,33,347,374,6,221,248,320,329,302,203,275,212,311,284,293,365,266,239,314,179,152,188,260,269,143,170,215,287,161,242,251,197,224,296,206,233,305,278,0]}}
{"level":"INFO","timestamp":"2018-10-16T14:48:22.221Z","logger":"kafkajs","message":"[Runner] Consumer has joined the group","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b","leaderId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b","isLeader":true,"memberAssignment":{"topic1":[137,146,218,227,92,101,200,173,209,182,191,254,83,155,164,245,110,119,128,236,23,95,104,391,131,122,194,176,77,86,185,158,167,50,364,59,373,32,68,41,382,140,113,149,346,355,394,53,367,62,134,35,376,8,349,44,17,358,26,125,331,304,340,80,89,286,295,116,71,98,107,313,322,385,11,307,74,388,56,397,262,298,370,29,343,38,379,352,47,244,226,253,325,361,334,20,2,235,316,289,65,271,280,319,5,184,193,265,301,175,256,337,211,283,292,166,274,247,14,328,220,229,202,238,310,277,142,151,223,250,259,232,124,106,133,205,214,160,169,178,115,187,196,241,268,369,181,163,172,46,387,118,127,199,136,208,217,100,82,109,91,190,396,55,64,378,73,145,154,360,85,399,58,67,94,139,300,381,40,354,390,49,130,336,345,4,13,372,148,121,157,22,363,31,76,103,112,309,318,327,16,357,97,312,7,348,393,79,88,294,303,375,70,384,43,52,276,249,285,258,330,267,25,339,366,34,240,321,61,10,189,225,306,37,180,333,342,1,207,216,288,324,297,198,270,279,252,351,19,28,261,234,243,315,282,174,147,183,156,255,228,264,129,138,210,219,291,120,165,237,246,192,201,273,60,186,213,222,87,96,168,177,383,392,150,159,132,141,105,114,123,195,204,69,78,231,332,90,63,99,45,386,395,54,341,171,377,72,144,81,153,126,162,359,27,368,36,108,135,117,350,323,9,18,389,48,362,21,57,263,272,344,317,3,353,12,84,93,102,326,299,335,308,380,75,281,290,30,371,39,111,398,66,15,356,230,42,51,257,24,338,33,347,374,6,221,248,320,329,302,203,275,212,311,284,293,365,266,239,314,179,152,188,260,269,143,170,215,287,161,242,251,197,224,296,206,233,305,278,0]},"duration":2001}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:22.230Z","logger":"kafkajs","message":"[Connection] Request OffsetFetch(key: 9, version: 2)","broker":"kafka3.com:9092","clientId":"gp_test_v8","correlationId":2,"size":1661}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:22.524Z","logger":"kafkajs","message":"[Connection] Response OffsetFetch(key: 9, version: 2)","broker":"kafka3.com:9092","clientId":"gp_test_v8","correlationId":2,"size":6431,"data":{"responses":[{"topic":"topic1","partitions":[{"partition":0,"offset":"-1","metadata":"","errorCode":0},{"partition":1,"offset":"-1","metadata":"","errorCode":0},{"partition":2,"offset":"-1","metadata":"","errorCode":0},{"partition":3,"offset":"-1","metadata":"","errorCode":0},{"partition":4,"offset":"-1","metadata":"","errorCode":0},{"partition":5,"offset":"-1","metadata":"","errorCode":0},{"partition":6,"offset":"-1","metadata":"","errorCode":0},{"partition":7,"offset":"-1","metadata":"","errorCode":0},{"partition":8,"offset":"-1","metadata":"","errorCode":0},{"partition":9,"offset":"-1","metadata":"","errorCode":0},{"partition":10,"offset":"-1","metadata":"","errorCode":0},{"partition":11,"offset":"-1","metadata":"","errorCode":0},{"partition":12,"offset":"-1","metadata":"","errorCode":0},{"partition":13,"offset":"-1","metadata":"","errorCode":0},{"partition":14,"offset":"-1","metadata":"","errorCode":0},{"partition":15,"offset":"-1","metadata":"","errorCode":0},{"partition":16,"offset":"-1","metadata":"","errorCode":0},{"partition":17,"offset":"-1","metadata":"","errorCode":0},{"partition":18,"offset":"-1","metadata":"","errorCode":0},{"partition":19,"offset":"-1","metadata":"","errorCode":0},{"partition":20,"offset":"-1","metadata":"","errorCode":0},{"partition":21,"offset":"-1","metadata":"","errorCode":0},{"partition":22,"offset":"-1","metadata":"","errorCode":0},{"partition":23,"offset":"-1","metadata":"","errorCode":0},{"partition":24,"offset":"-1","metadata":"","errorCode":0},{"partition":25,"offset":"-1","metadata":"","errorCode":0},{"partition":26,"offset":"-1","metadata":"","errorCode":0},{"partition":27,"offset":"-1","metadata":"","errorCode":0},{"partition":28,"offset":"-1","metadata":"","errorCode":0},{"partition":29,"offset":"-1","metadata":"","errorCode":0},{"partition":30,"offset":"-1","metadata":"","errorCode":0},{"partition":31,"offset":"-1","metadata":"","errorCode":0},{"partition":32,"offset":"-1","metadata":"","errorCode":0},{"partition":33,"offset":"-1","metadata":"","errorCode":0},{"partition":34,"offset":"-1","metadata":"","errorCode":0},{"partition":35,"offset":"-1","metadata":"","errorCode":0},{"partition":36,"offset":"-1","metadata":"","errorCode":0},{"partition":37,"offset":"-1","metadata":"","errorCode":0},{"partition":38,"offset":"-1","metadata":"","errorCode":0},{"partition":39,"offset":"-1","metadata":"","errorCode":0},{"partition":40,"offset":"-1","metadata":"","errorCode":0},{"partition":41,"offset":"-1","metadata":"","errorCode":0},{"partition":42,"offset":"-1","metadata":"","errorCode":0},{"partition":43,"offset":"-1","metadata":"","errorCode":0},{"partition":44,"offset":"-1","metadata":"","errorCode":0},{"partition":45,"offset":"-1","metadata":"","errorCode":0},{"partition":46,"offset":"-1","metadata":"","errorCode":0},{"partition":47,"offset":"-1","metadata":"","errorCode":0},{"partition":48,"offset":"-1","metadata":"","errorCode":0},{"partition":49,"offset":"-1","metadata":"","errorCode":0},{"partition":50,"offset":"-1","metadata":"","errorCode":0},{"partition":51,"offset":"-1","metadata":"","errorCode":0},{"partition":52,"offset":"-1","metadata":"","errorCode":0},{"partition":53,"offset":"-1","metadata":"","errorCode":0},{"partition":54,"offset":"-1","metadata":"","errorCode":0},{"partition":55,"offset":"-1","metadata":"","errorCode":0},{"partition":56,"offset":"-1","metadata":"","errorCode":0},{"partition":57,"offset":"-1","metadata":"","errorCode":0},{"partition":58,"offset":"-1","metadata":"","errorCode":0},{"partition":59,"offset":"-1","metadata":"","errorCode":0},{"partition":60,"offset":"-1","metadata":"","errorCode":0},{"partition":61,"offset":"-1","metadata":"","errorCode":0},{"partition":62,"offset":"-1","metadata":"","errorCode":0},{"partition":63,"offset":"-1","metadata":"","errorCode":0},{"partition":64,"offset":"-1","metadata":"","errorCode":0},{"partition":65,"offset":"-1","metadata":"","errorCode":0},{"partition":66,"offset":"-1","metadata":"","errorCode":0},{"partition":67,"offset":"-1","metadata":"","errorCode":0},{"partition":68,"offset":"-1","metadata":"","errorCode":0},{"partition":69,"offset":"-1","metadata":"","errorCode":0},{"partition":70,"offset":"-1","metadata":"","errorCode":0},{"partition":71,"offset":"-1","metadata":"","errorCode":0},{"partition":72,"offset":"-1","metadata":"","errorCode":0},{"partition":73,"offset":"-1","metadata":"","errorCode":0},{"partition":74,"offset":"-1","metadata":"","errorCode":0},{"partition":75,"offset":"-1","metadata":"","errorCode":0},{"partition":76,"offset":"-1","metadata":"","errorCode":0},{"partition":77,"offset":"-1","metadata":"","errorCode":0},{"partition":78,"offset":"-1","metadata":"","errorCode":0},{"partition":79,"offset":"-1","metadata":"","errorCode":0},{"partition":80,"offset":"-1","metadata":"","errorCode":0},{"partition":81,"offset":"-1","metadata":"","errorCode":0},{"partition":82,"offset":"-1","metadata":"","errorCode":0},{"partition":83,"offset":"-1","metadata":"","errorCode":0},{"partition":84,"offset":"-1","metadata":"","errorCode":0},{"partition":85,"offset":"-1","metadata":"","errorCode":0},{"partition":86,"offset":"-1","metadata":"","errorCode":0},{"partition":87,"offset":"-1","metadata":"","errorCode":0},{"partition":88,"offset":"-1","metadata":"","errorCode":0},{"partition":89,"offset":"-1","metadata":"","errorCode":0},{"partition":90,"offset":"-1","metadata":"","errorCode":0},{"partition":91,"offset":"-1","metadata":"","errorCode":0},{"partition":92,"offset":"-1","metadata":"","errorCode":0},{"partition":93,"offset":"-1","metadata":"","errorCode":0},{"partition":94,"offset":"-1","metadata":"","errorCode":0},{"partition":95,"offset":"-1","metadata":"","errorCode":0},{"partition":96,"offset":"-1","metadata":"","errorCode":0},{"partition":97,"offset":"-1","metadata":"","errorCode":0},{"partition":98,"offset":"-1","metadata":"","errorCode":0},{"partition":99,"offset":"-1","metadata":"","errorCode":0},{"partition":100,"offset":"-1","metadata":"","errorCode":0},{"partition":101,"offset":"-1","metadata":"","errorCode":0},{"partition":102,"offset":"-1","metadata":"","errorCode":0},{"partition":103,"offset":"-1","metadata":"","errorCode":0},{"partition":104,"offset":"-1","metadata":"","errorCode":0},{"partition":105,"offset":"-1","metadata":"","errorCode":0},{"partition":106,"offset":"-1","metadata":"","errorCode":0},{"partition":107,"offset":"-1","metadata":"","errorCode":0},{"partition":108,"offset":"-1","metadata":"","errorCode":0},{"partition":109,"offset":"-1","metadata":"","errorCode":0},{"partition":110,"offset":"-1","metadata":"","errorCode":0},{"partition":111,"offset":"-1","metadata":"","errorCode":0},{"partition":112,"offset":"-1","metadata":"","errorCode":0},{"partition":113,"offset":"-1","metadata":"","errorCode":0},{"partition":114,"offset":"-1","metadata":"","errorCode":0},{"partition":115,"offset":"-1","metadata":"","errorCode":0},{"partition":116,"offset":"-1","metadata":"","errorCode":0},{"partition":117,"offset":"-1","metadata":"","errorCode":0},{"partition":118,"offset":"-1","metadata":"","errorCode":0},{"partition":119,"offset":"-1","metadata":"","errorCode":0},{"partition":120,"offset":"-1","metadata":"","errorCode":0},{"partition":121,"offset":"-1","metadata":"","errorCode":0},{"partition":122,"offset":"-1","metadata":"","errorCode":0},{"partition":123,"offset":"-1","metadata":"","errorCode":0},{"partition":124,"offset":"-1","metadata":"","errorCode":0},{"partition":125,"offset":"-1","metadata":"","errorCode":0},{"partition":126,"offset":"-1","metadata":"","errorCode":0},{"partition":127,"offset":"-1","metadata":"","errorCode":0},{"partition":128,"offset":"-1","metadata":"","errorCode":0},{"partition":129,"offset":"-1","metadata":"","errorCode":0},{"partition":130,"offset":"-1","metadata":"","errorCode":0},{"partition":131,"offset":"-1","metadata":"","errorCode":0},{"partition":132,"offset":"-1","metadata":"","errorCode":0},{"partition":133,"offset":"-1","metadata":"","errorCode":0},{"partition":134,"offset":"-1","metadata":"","errorCode":0},{"partition":135,"offset":"-1","metadata":"","errorCode":0},{"partition":136,"offset":"-1","metadata":"","errorCode":0},{"partition":137,"offset":"-1","metadata":"","errorCode":0},{"partition":138,"offset":"-1","metadata":"","errorCode":0},{"partition":139,"offset":"-1","metadata":"","errorCode":0},{"partition":140,"offset":"-1","metadata":"","errorCode":0},{"partition":141,"offset":"-1","metadata":"","errorCode":0},{"partition":142,"offset":"-1","metadata":"","errorCode":0},{"partition":143,"offset":"-1","metadata":"","errorCode":0},{"partition":144,"offset":"-1","metadata":"","errorCode":0},{"partition":145,"offset":"-1","metadata":"","errorCode":0},{"partition":146,"offset":"-1","metadata":"","errorCode":0},{"partition":147,"offset":"-1","metadata":"","errorCode":0},{"partition":148,"offset":"-1","metadata":"","errorCode":0},{"partition":149,"offset":"-1","metadata":"","errorCode":0},{"partition":150,"offset":"-1","metadata":"","errorCode":0},{"partition":151,"offset":"-1","metadata":"","errorCode":0},{"partition":152,"offset":"-1","metadata":"","errorCode":0},{"partition":153,"offset":"-1","metadata":"","errorCode":0},{"partition":154,"offset":"-1","metadata":"","errorCode":0},{"partition":155,"offset":"-1","metadata":"","errorCode":0},{"partition":156,"offset":"-1","metadata":"","errorCode":0},{"partition":157,"offset":"-1","metadata":"","errorCode":0},{"partition":158,"offset":"-1","metadata":"","errorCode":0},{"partition":159,"offset":"-1","metadata":"","errorCode":0},{"partition":160,"offset":"-1","metadata":"","errorCode":0},{"partition":161,"offset":"-1","metadata":"","errorCode":0},{"partition":162,"offset":"-1","metadata":"","errorCode":0},{"partition":163,"offset":"-1","metadata":"","errorCode":0},{"partition":164,"offset":"-1","metadata":"","errorCode":0},{"partition":165,"offset":"-1","metadata":"","errorCode":0},{"partition":166,"offset":"-1","metadata":"","errorCode":0},{"partition":167,"offset":"-1","metadata":"","errorCode":0},{"partition":168,"offset":"-1","metadata":"","errorCode":0},{"partition":169,"offset":"-1","metadata":"","errorCode":0},{"partition":170,"offset":"-1","metadata":"","errorCode":0},{"partition":171,"offset":"-1","metadata":"","errorCode":0},{"partition":172,"offset":"-1","metadata":"","errorCode":0},{"partition":173,"offset":"-1","metadata":"","errorCode":0},{"partition":174,"offset":"-1","metadata":"","errorCode":0},{"partition":175,"offset":"-1","metadata":"","errorCode":0},{"partition":176,"offset":"-1","metadata":"","errorCode":0},{"partition":177,"offset":"-1","metadata":"","errorCode":0},{"partition":178,"offset":"-1","metadata":"","errorCode":0},{"partition":179,"offset":"-1","metadata":"","errorCode":0},{"partition":180,"offset":"-1","metadata":"","errorCode":0},{"partition":181,"offset":"-1","metadata":"","errorCode":0},{"partition":182,"offset":"-1","metadata":"","errorCode":0},{"partition":183,"offset":"-1","metadata":"","errorCode":0},{"partition":184,"offset":"-1","metadata":"","errorCode":0},{"partition":185,"offset":"-1","metadata":"","errorCode":0},{"partition":186,"offset":"-1","metadata":"","errorCode":0},{"partition":187,"offset":"-1","metadata":"","errorCode":0},{"partition":188,"offset":"-1","metadata":"","errorCode":0},{"partition":189,"offset":"-1","metadata":"","errorCode":0},{"partition":190,"offset":"-1","metadata":"","errorCode":0},{"partition":191,"offset":"-1","metadata":"","errorCode":0},{"partition":192,"offset":"-1","metadata":"","errorCode":0},{"partition":193,"offset":"-1","metadata":"","errorCode":0},{"partition":194,"offset":"-1","metadata":"","errorCode":0},{"partition":195,"offset":"-1","metadata":"","errorCode":0},{"partition":196,"offset":"-1","metadata":"","errorCode":0},{"partition":197,"offset":"-1","metadata":"","errorCode":0},{"partition":198,"offset":"-1","metadata":"","errorCode":0},{"partition":199,"offset":"-1","metadata":"","errorCode":0},{"partition":200,"offset":"-1","metadata":"","errorCode":0},{"partition":201,"offset":"-1","metadata":"","errorCode":0},{"partition":202,"offset":"-1","metadata":"","errorCode":0},{"partition":203,"offset":"-1","metadata":"","errorCode":0},{"partition":204,"offset":"-1","metadata":"","errorCode":0},{"partition":205,"offset":"-1","metadata":"","errorCode":0},{"partition":206,"offset":"-1","metadata":"","errorCode":0},{"partition":207,"offset":"-1","metadata":"","errorCode":0},{"partition":208,"offset":"-1","metadata":"","errorCode":0},{"partition":209,"offset":"-1","metadata":"","errorCode":0},{"partition":210,"offset":"-1","metadata":"","errorCode":0},{"partition":211,"offset":"-1","metadata":"","errorCode":0},{"partition":212,"offset":"-1","metadata":"","errorCode":0},{"partition":213,"offset":"-1","metadata":"","errorCode":0},{"partition":214,"offset":"-1","metadata":"","errorCode":0},{"partition":215,"offset":"-1","metadata":"","errorCode":0},{"partition":216,"offset":"-1","metadata":"","errorCode":0},{"partition":217,"offset":"-1","metadata":"","errorCode":0},{"partition":218,"offset":"-1","metadata":"","errorCode":0},{"partition":219,"offset":"-1","metadata":"","errorCode":0},{"partition":220,"offset":"-1","metadata":"","errorCode":0},{"partition":221,"offset":"-1","metadata":"","errorCode":0},{"partition":222,"offset":"-1","metadata":"","errorCode":0},{"partition":223,"offset":"-1","metadata":"","errorCode":0},{"partition":224,"offset":"-1","metadata":"","errorCode":0},{"partition":225,"offset":"-1","metadata":"","errorCode":0},{"partition":226,"offset":"-1","metadata":"","errorCode":0},{"partition":227,"offset":"-1","metadata":"","errorCode":0},{"partition":228,"offset":"-1","metadata":"","errorCode":0},{"partition":229,"offset":"-1","metadata":"","errorCode":0},{"partition":230,"offset":"-1","metadata":"","errorCode":0},{"partition":231,"offset":"-1","metadata":"","errorCode":0},{"partition":232,"offset":"-1","metadata":"","errorCode":0},{"partition":233,"offset":"-1","metadata":"","errorCode":0},{"partition":234,"offset":"-1","metadata":"","errorCode":0},{"partition":235,"offset":"-1","metadata":"","errorCode":0},{"partition":236,"offset":"-1","metadata":"","errorCode":0},{"partition":237,"offset":"-1","metadata":"","errorCode":0},{"partition":238,"offset":"-1","metadata":"","errorCode":0},{"partition":239,"offset":"-1","metadata":"","errorCode":0},{"partition":240,"offset":"-1","metadata":"","errorCode":0},{"partition":241,"offset":"-1","metadata":"","errorCode":0},{"partition":242,"offset":"-1","metadata":"","errorCode":0},{"partition":243,"offset":"-1","metadata":"","errorCode":0},{"partition":244,"offset":"-1","metadata":"","errorCode":0},{"partition":245,"offset":"-1","metadata":"","errorCode":0},{"partition":246,"offset":"-1","metadata":"","errorCode":0},{"partition":247,"offset":"-1","metadata":"","errorCode":0},{"partition":248,"offset":"-1","metadata":"","errorCode":0},{"partition":249,"offset":"-1","metadata":"","errorCode":0},{"partition":250,"offset":"-1","metadata":"","errorCode":0},{"partition":251,"offset":"-1","metadata":"","errorCode":0},{"partition":252,"offset":"-1","metadata":"","errorCode":0},{"partition":253,"offset":"-1","metadata":"","errorCode":0},{"partition":254,"offset":"-1","metadata":"","errorCode":0},{"partition":255,"offset":"-1","metadata":"","errorCode":0},{"partition":256,"offset":"-1","metadata":"","errorCode":0},{"partition":257,"offset":"-1","metadata":"","errorCode":0},{"partition":258,"offset":"-1","metadata":"","errorCode":0},{"partition":259,"offset":"-1","metadata":"","errorCode":0},{"partition":260,"offset":"-1","metadata":"","errorCode":0},{"partition":261,"offset":"-1","metadata":"","errorCode":0},{"partition":262,"offset":"-1","metadata":"","errorCode":0},{"partition":263,"offset":"-1","metadata":"","errorCode":0},{"partition":264,"offset":"-1","metadata":"","errorCode":0},{"partition":265,"offset":"-1","metadata":"","errorCode":0},{"partition":266,"offset":"-1","metadata":"","errorCode":0},{"partition":267,"offset":"-1","metadata":"","errorCode":0},{"partition":268,"offset":"-1","metadata":"","errorCode":0},{"partition":269,"offset":"-1","metadata":"","errorCode":0},{"partition":270,"offset":"-1","metadata":"","errorCode":0},{"partition":271,"offset":"-1","metadata":"","errorCode":0},{"partition":272,"offset":"-1","metadata":"","errorCode":0},{"partition":273,"offset":"-1","metadata":"","errorCode":0},{"partition":274,"offset":"-1","metadata":"","errorCode":0},{"partition":275,"offset":"-1","metadata":"","errorCode":0},{"partition":276,"offset":"-1","metadata":"","errorCode":0},{"partition":277,"offset":"-1","metadata":"","errorCode":0},{"partition":278,"offset":"-1","metadata":"","errorCode":0},{"partition":279,"offset":"-1","metadata":"","errorCode":0},{"partition":280,"offset":"-1","metadata":"","errorCode":0},{"partition":281,"offset":"-1","metadata":"","errorCode":0},{"partition":282,"offset":"-1","metadata":"","errorCode":0},{"partition":283,"offset":"-1","metadata":"","errorCode":0},{"partition":284,"offset":"-1","metadata":"","errorCode":0},{"partition":285,"offset":"-1","metadata":"","errorCode":0},{"partition":286,"offset":"-1","metadata":"","errorCode":0},{"partition":287,"offset":"-1","metadata":"","errorCode":0},{"partition":288,"offset":"-1","metadata":"","errorCode":0},{"partition":289,"offset":"-1","metadata":"","errorCode":0},{"partition":290,"offset":"-1","metadata":"","errorCode":0},{"partition":291,"offset":"-1","metadata":"","errorCode":0},{"partition":292,"offset":"-1","metadata":"","errorCode":0},{"partition":293,"offset":"-1","metadata":"","errorCode":0},{"partition":294,"offset":"-1","metadata":"","errorCode":0},{"partition":295,"offset":"-1","metadata":"","errorCode":0},{"partition":296,"offset":"-1","metadata":"","errorCode":0},{"partition":297,"offset":"-1","metadata":"","errorCode":0},{"partition":298,"offset":"-1","metadata":"","errorCode":0},{"partition":299,"offset":"-1","metadata":"","errorCode":0},{"partition":300,"offset":"-1","metadata":"","errorCode":0},{"partition":301,"offset":"-1","metadata":"","errorCode":0},{"partition":302,"offset":"-1","metadata":"","errorCode":0},{"partition":303,"offset":"-1","metadata":"","errorCode":0},{"partition":304,"offset":"-1","metadata":"","errorCode":0},{"partition":305,"offset":"-1","metadata":"","errorCode":0},{"partition":306,"offset":"-1","metadata":"","errorCode":0},{"partition":307,"offset":"-1","metadata":"","errorCode":0},{"partition":308,"offset":"-1","metadata":"","errorCode":0},{"partition":309,"offset":"-1","metadata":"","errorCode":0},{"partition":310,"offset":"-1","metadata":"","errorCode":0},{"partition":311,"offset":"-1","metadata":"","errorCode":0},{"partition":312,"offset":"-1","metadata":"","errorCode":0},{"partition":313,"offset":"-1","metadata":"","errorCode":0},{"partition":314,"offset":"-1","metadata":"","errorCode":0},{"partition":315,"offset":"-1","metadata":"","errorCode":0},{"partition":316,"offset":"-1","metadata":"","errorCode":0},{"partition":317,"offset":"-1","metadata":"","errorCode":0},{"partition":318,"offset":"-1","metadata":"","errorCode":0},{"partition":319,"offset":"-1","metadata":"","errorCode":0},{"partition":320,"offset":"-1","metadata":"","errorCode":0},{"partition":321,"offset":"-1","metadata":"","errorCode":0},{"partition":322,"offset":"-1","metadata":"","errorCode":0},{"partition":323,"offset":"-1","metadata":"","errorCode":0},{"partition":324,"offset":"-1","metadata":"","errorCode":0},{"partition":325,"offset":"-1","metadata":"","errorCode":0},{"partition":326,"offset":"-1","metadata":"","errorCode":0},{"partition":327,"offset":"-1","metadata":"","errorCode":0},{"partition":328,"offset":"-1","metadata":"","errorCode":0},{"partition":329,"offset":"-1","metadata":"","errorCode":0},{"partition":330,"offset":"-1","metadata":"","errorCode":0},{"partition":331,"offset":"-1","metadata":"","errorCode":0},{"partition":332,"offset":"-1","metadata":"","errorCode":0},{"partition":333,"offset":"-1","metadata":"","errorCode":0},{"partition":334,"offset":"-1","metadata":"","errorCode":0},{"partition":335,"offset":"-1","metadata":"","errorCode":0},{"partition":336,"offset":"-1","metadata":"","errorCode":0},{"partition":337,"offset":"-1","metadata":"","errorCode":0},{"partition":338,"offset":"-1","metadata":"","errorCode":0},{"partition":339,"offset":"-1","metadata":"","errorCode":0},{"partition":340,"offset":"-1","metadata":"","errorCode":0},{"partition":341,"offset":"-1","metadata":"","errorCode":0},{"partition":342,"offset":"-1","metadata":"","errorCode":0},{"partition":343,"offset":"-1","metadata":"","errorCode":0},{"partition":344,"offset":"-1","metadata":"","errorCode":0},{"partition":345,"offset":"-1","metadata":"","errorCode":0},{"partition":346,"offset":"-1","metadata":"","errorCode":0},{"partition":347,"offset":"-1","metadata":"","errorCode":0},{"partition":348,"offset":"-1","metadata":"","errorCode":0},{"partition":349,"offset":"-1","metadata":"","errorCode":0},{"partition":350,"offset":"-1","metadata":"","errorCode":0},{"partition":351,"offset":"-1","metadata":"","errorCode":0},{"partition":352,"offset":"-1","metadata":"","errorCode":0},{"partition":353,"offset":"-1","metadata":"","errorCode":0},{"partition":354,"offset":"-1","metadata":"","errorCode":0},{"partition":355,"offset":"-1","metadata":"","errorCode":0},{"partition":356,"offset":"-1","metadata":"","errorCode":0},{"partition":357,"offset":"-1","metadata":"","errorCode":0},{"partition":358,"offset":"-1","metadata":"","errorCode":0},{"partition":359,"offset":"-1","metadata":"","errorCode":0},{"partition":360,"offset":"-1","metadata":"","errorCode":0},{"partition":361,"offset":"-1","metadata":"","errorCode":0},{"partition":362,"offset":"-1","metadata":"","errorCode":0},{"partition":363,"offset":"-1","metadata":"","errorCode":0},{"partition":364,"offset":"-1","metadata":"","errorCode":0},{"partition":365,"offset":"-1","metadata":"","errorCode":0},{"partition":366,"offset":"-1","metadata":"","errorCode":0},{"partition":367,"offset":"-1","metadata":"","errorCode":0},{"partition":368,"offset":"-1","metadata":"","errorCode":0},{"partition":369,"offset":"-1","metadata":"","errorCode":0},{"partition":370,"offset":"-1","metadata":"","errorCode":0},{"partition":371,"offset":"-1","metadata":"","errorCode":0},{"partition":372,"offset":"-1","metadata":"","errorCode":0},{"partition":373,"offset":"-1","metadata":"","errorCode":0},{"partition":374,"offset":"-1","metadata":"","errorCode":0},{"partition":375,"offset":"-1","metadata":"","errorCode":0},{"partition":376,"offset":"-1","metadata":"","errorCode":0},{"partition":377,"offset":"-1","metadata":"","errorCode":0},{"partition":378,"offset":"-1","metadata":"","errorCode":0},{"partition":379,"offset":"-1","metadata":"","errorCode":0},{"partition":380,"offset":"-1","metadata":"","errorCode":0},{"partition":381,"offset":"-1","metadata":"","errorCode":0},{"partition":382,"offset":"-1","metadata":"","errorCode":0},{"partition":383,"offset":"-1","metadata":"","errorCode":0},{"partition":384,"offset":"-1","metadata":"","errorCode":0},{"partition":385,"offset":"-1","metadata":"","errorCode":0},{"partition":386,"offset":"-1","metadata":"","errorCode":0},{"partition":387,"offset":"-1","metadata":"","errorCode":0},{"partition":388,"offset":"-1","metadata":"","errorCode":0},{"partition":389,"offset":"-1","metadata":"","errorCode":0},{"partition":390,"offset":"-1","metadata":"","errorCode":0},{"partition":391,"offset":"-1","metadata":"","errorCode":0},{"partition":392,"offset":"-1","metadata":"","errorCode":0},{"partition":393,"offset":"-1","metadata":"","errorCode":0},{"partition":394,"offset":"-1","metadata":"","errorCode":0},{"partition":395,"offset":"-1","metadata":"","errorCode":0},{"partition":396,"offset":"-1","metadata":"","errorCode":0},{"partition":397,"offset":"-1","metadata":"","errorCode":0},{"partition":398,"offset":"-1","metadata":"","errorCode":0},{"partition":399,"offset":"-1","metadata":"","errorCode":0}]}],"errorCode":0}}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:22.534Z","logger":"kafkajs","message":"[Connection] Connecting","broker":"kafka4.com:9092","clientId":"gp_test_v8","ssl":false,"sasl":false}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:22.534Z","logger":"kafkajs","message":"[Connection] Connecting","broker":"kafka5.com:9092","clientId":"gp_test_v8","ssl":false,"sasl":false}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:22.543Z","logger":"kafkajs","message":"[Connection] Request ListOffsets(key: 2, version: 0)","broker":"kafka1.com:9092","clientId":"gp_test_v8","correlationId":4,"size":1333}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:22.543Z","logger":"kafkajs","message":"[Connection] Request ListOffsets(key: 2, version: 0)","broker":"kafka2.com:9092","clientId":"gp_test_v8","correlationId":1,"size":1333}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:22.543Z","logger":"kafkajs","message":"[Connection] Request ListOffsets(key: 2, version: 0)","broker":"kafka3.com:9092","clientId":"gp_test_v8","correlationId":3,"size":1333}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:22.824Z","logger":"kafkajs","message":"[Connection] Request ListOffsets(key: 2, version: 0)","broker":"kafka5.com:9092","clientId":"gp_test_v8","correlationId":0,"size":1333}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:22.826Z","logger":"kafkajs","message":"[Connection] Response ListOffsets(key: 2, version: 0)","broker":"kafka3.com:9092","clientId":"gp_test_v8","correlationId":3,"size":1469,"data":{"responses":[{"topic":"topic1","partitions":[{"partition":257,"errorCode":0,"offsets":["4543115"]},{"partition":2,"errorCode":0,"offsets":["4699157"]},{"partition":387,"errorCode":0,"offsets":["4919234"]},{"partition":132,"errorCode":0,"offsets":["4815674"]},{"partition":262,"errorCode":0,"offsets":["4513076"]},{"partition":7,"errorCode":0,"offsets":["4712535"]},{"partition":392,"errorCode":0,"offsets":["5003336"]},{"partition":137,"errorCode":0,"offsets":["4739015"]},{"partition":267,"errorCode":0,"offsets":["4828038"]},{"partition":12,"errorCode":0,"offsets":["4765542"]},{"partition":397,"errorCode":0,"offsets":["4760596"]},{"partition":142,"errorCode":0,"offsets":["4885985"]},{"partition":272,"errorCode":0,"offsets":["4766935"]},{"partition":17,"errorCode":0,"offsets":["4826535"]},{"partition":147,"errorCode":0,"offsets":["4990697"]},{"partition":277,"errorCode":0,"offsets":["4412756"]},{"partition":22,"errorCode":0,"offsets":["4586093"]},{"partition":152,"errorCode":0,"offsets":["4725003"]},{"partition":282,"errorCode":0,"offsets":["4793957"]},{"partition":27,"errorCode":0,"offsets":["4778898"]},{"partition":157,"errorCode":0,"offsets":["4864040"]},{"partition":287,"errorCode":0,"offsets":["4786742"]},{"partition":32,"errorCode":0,"offsets":["4586642"]},{"partition":162,"errorCode":0,"offsets":["4727521"]},{"partition":292,"errorCode":0,"offsets":["4723055"]},{"partition":37,"errorCode":0,"offsets":["4453553"]},{"partition":167,"errorCode":0,"offsets":["4562154"]},{"partition":297,"errorCode":0,"offsets":["4657882"]},{"partition":42,"errorCode":0,"offsets":["4592753"]},{"partition":172,"errorCode":0,"offsets":["4567396"]},{"partition":302,"errorCode":0,"offsets":["5115448"]},{"partition":47,"errorCode":0,"offsets":["5013558"]},{"partition":177,"errorCode":0,"offsets":["4551307"]},{"partition":307,"errorCode":0,"offsets":["4803366"]},{"partition":52,"errorCode":0,"offsets":["4775856"]},{"partition":182,"errorCode":0,"offsets":["4550588"]},{"partition":312,"errorCode":0,"offsets":["4837037"]},{"partition":57,"errorCode":0,"offsets":["4885209"]},{"partition":187,"errorCode":0,"offsets":["4862542"]},{"partition":317,"errorCode":0,"offsets":["4795555"]},{"partition":62,"errorCode":0,"offsets":["5051465"]},{"partition":192,"errorCode":0,"offsets":["5067353"]},{"partition":322,"errorCode":0,"offsets":["4787232"]},{"partition":67,"errorCode":0,"offsets":["4831742"]},{"partition":197,"errorCode":0,"offsets":["4662340"]},{"partition":327,"errorCode":0,"offsets":["4503475"]},{"partition":72,"errorCode":0,"offsets":["4762278"]},{"partition":202,"errorCode":0,"offsets":["4569694"]},{"partition":332,"errorCode":0,"offsets":["4561222"]},{"partition":77,"errorCode":0,"offsets":["4873613"]},{"partition":207,"errorCode":0,"offsets":["4875109"]},{"partition":337,"errorCode":0,"offsets":["4558922"]},{"partition":82,"errorCode":0,"offsets":["4895142"]},{"partition":212,"errorCode":0,"offsets":["4776487"]},{"partition":342,"errorCode":0,"offsets":["4510498"]},{"partition":87,"errorCode":0,"offsets":["4692361"]},{"partition":217,"errorCode":0,"offsets":["4871126"]},{"partition":347,"errorCode":0,"offsets":["4531204"]},{"partition":92,"errorCode":0,"offsets":["4700391"]},{"partition":222,"errorCode":0,"offsets":["4778860"]},{"partition":352,"errorCode":0,"offsets":["4668967"]},{"partition":97,"errorCode":0,"offsets":["4617038"]},{"partition":227,"errorCode":0,"offsets":["5048320"]},{"partition":357,"errorCode":0,"offsets":["4445480"]},{"partition":102,"errorCode":0,"offsets":["4597245"]},{"partition":232,"errorCode":0,"offsets":["5027306"]},{"partition":362,"errorCode":0,"offsets":["4721105"]},{"partition":107,"errorCode":0,"offsets":["4663159"]},{"partition":237,"errorCode":0,"offsets":["4613725"]},{"partition":367,"errorCode":0,"offsets":["4959928"]},{"partition":112,"errorCode":0,"offsets":["4624753"]},{"partition":242,"errorCode":0,"offsets":["4795836"]},{"partition":372,"errorCode":0,"offsets":["4790610"]},{"partition":117,"errorCode":0,"offsets":["4465420"]},{"partition":247,"errorCode":0,"offsets":["4528056"]},{"partition":377,"errorCode":0,"offsets":["4718040"]},{"partition":122,"errorCode":0,"offsets":["4636998"]},{"partition":252,"errorCode":0,"offsets":["4564586"]},{"partition":382,"errorCode":0,"offsets":["4935133"]},{"partition":127,"errorCode":0,"offsets":["4703308"]}]}]}}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:22.826Z","logger":"kafkajs","message":"[Connection] Response ListOffsets(key: 2, version: 0)","broker":"kafka1.com:9092","clientId":"gp_test_v8","correlationId":4,"size":1469,"data":{"responses":[{"topic":"topic1","partitions":[{"partition":0,"errorCode":0,"offsets":["4629853"]},{"partition":385,"errorCode":0,"offsets":["4892217"]},{"partition":130,"errorCode":0,"offsets":["4906825"]},{"partition":260,"errorCode":0,"offsets":["5075514"]},{"partition":5,"errorCode":0,"offsets":["4729214"]},{"partition":390,"errorCode":0,"offsets":["4826818"]},{"partition":135,"errorCode":0,"offsets":["4954341"]},{"partition":265,"errorCode":0,"offsets":["4641382"]},{"partition":10,"errorCode":0,"offsets":["4550349"]},{"partition":395,"errorCode":0,"offsets":["4890968"]},{"partition":140,"errorCode":0,"offsets":["4848760"]},{"partition":270,"errorCode":0,"offsets":["4828554"]},{"partition":15,"errorCode":0,"offsets":["4873220"]},{"partition":145,"errorCode":0,"offsets":["5109815"]},{"partition":275,"errorCode":0,"offsets":["4782188"]},{"partition":20,"errorCode":0,"offsets":["4710971"]},{"partition":150,"errorCode":0,"offsets":["4744932"]},{"partition":280,"errorCode":0,"offsets":["4500147"]},{"partition":25,"errorCode":0,"offsets":["4619988"]},{"partition":155,"errorCode":0,"offsets":["4848677"]},{"partition":285,"errorCode":0,"offsets":["4735162"]},{"partition":30,"errorCode":0,"offsets":["4814656"]},{"partition":160,"errorCode":0,"offsets":["4677572"]},{"partition":290,"errorCode":0,"offsets":["5131680"]},{"partition":35,"errorCode":0,"offsets":["4740870"]},{"partition":165,"errorCode":0,"offsets":["4539899"]},{"partition":295,"errorCode":0,"offsets":["4787272"]},{"partition":40,"errorCode":0,"offsets":["4394488"]},{"partition":170,"errorCode":0,"offsets":["5130177"]},{"partition":300,"errorCode":0,"offsets":["4884694"]},{"partition":45,"errorCode":0,"offsets":["5204988"]},{"partition":175,"errorCode":0,"offsets":["4574929"]},{"partition":305,"errorCode":0,"offsets":["4799564"]},{"partition":50,"errorCode":0,"offsets":["5628803"]},{"partition":180,"errorCode":0,"offsets":["4499869"]},{"partition":310,"errorCode":0,"offsets":["4659584"]},{"partition":55,"errorCode":0,"offsets":["4781096"]},{"partition":185,"errorCode":0,"offsets":["4666316"]},{"partition":315,"errorCode":0,"offsets":["5170385"]},{"partition":60,"errorCode":0,"offsets":["4692071"]},{"partition":190,"errorCode":0,"offsets":["4805603"]},{"partition":320,"errorCode":0,"offsets":["4562882"]},{"partition":65,"errorCode":0,"offsets":["4827177"]},{"partition":195,"errorCode":0,"offsets":["4725237"]},{"partition":325,"errorCode":0,"offsets":["4526843"]},{"partition":70,"errorCode":0,"offsets":["4720570"]},{"partition":200,"errorCode":0,"offsets":["4871151"]},{"partition":330,"errorCode":0,"offsets":["4716148"]},{"partition":75,"errorCode":0,"offsets":["5072744"]},{"partition":205,"errorCode":0,"offsets":["4750855"]},{"partition":335,"errorCode":0,"offsets":["4582240"]},{"partition":80,"errorCode":0,"offsets":["4620555"]},{"partition":210,"errorCode":0,"offsets":["4936397"]},{"partition":340,"errorCode":0,"offsets":["4481334"]},{"partition":85,"errorCode":0,"offsets":["4672243"]},{"partition":215,"errorCode":0,"offsets":["4765816"]},{"partition":345,"errorCode":0,"offsets":["4721286"]},{"partition":90,"errorCode":0,"offsets":["4700865"]},{"partition":220,"errorCode":0,"offsets":["4698725"]},{"partition":350,"errorCode":0,"offsets":["4796432"]},{"partition":95,"errorCode":0,"offsets":["4696954"]},{"partition":225,"errorCode":0,"offsets":["4866310"]},{"partition":355,"errorCode":0,"offsets":["4884201"]},{"partition":100,"errorCode":0,"offsets":["4739542"]},{"partition":230,"errorCode":0,"offsets":["4792482"]},{"partition":360,"errorCode":0,"offsets":["4438774"]},{"partition":105,"errorCode":0,"offsets":["4701702"]},{"partition":235,"errorCode":0,"offsets":["4843271"]},{"partition":365,"errorCode":0,"offsets":["4713946"]},{"partition":110,"errorCode":0,"offsets":["4816931"]},{"partition":240,"errorCode":0,"offsets":["4552896"]},{"partition":370,"errorCode":0,"offsets":["4942004"]},{"partition":115,"errorCode":0,"offsets":["4716110"]},{"partition":245,"errorCode":0,"offsets":["4524777"]},{"partition":375,"errorCode":0,"offsets":["4776744"]},{"partition":120,"errorCode":0,"offsets":["4620252"]},{"partition":250,"errorCode":0,"offsets":["4807624"]},{"partition":380,"errorCode":0,"offsets":["5224444"]},{"partition":125,"errorCode":0,"offsets":["4643504"]},{"partition":255,"errorCode":0,"offsets":["5149339"]}]}]}}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:22.828Z","logger":"kafkajs","message":"[Connection] Response ListOffsets(key: 2, version: 0)","broker":"kafka2.com:9092","clientId":"gp_test_v8","correlationId":1,"size":1469,"data":{"responses":[{"topic":"topic1","partitions":[{"partition":256,"errorCode":0,"offsets":["4735674"]},{"partition":1,"errorCode":0,"offsets":["5037094"]},{"partition":386,"errorCode":0,"offsets":["5061590"]},{"partition":131,"errorCode":0,"offsets":["4693165"]},{"partition":261,"errorCode":0,"offsets":["4519002"]},{"partition":6,"errorCode":0,"offsets":["4518766"]},{"partition":391,"errorCode":0,"offsets":["5003399"]},{"partition":136,"errorCode":0,"offsets":["4842792"]},{"partition":266,"errorCode":0,"offsets":["4463960"]},{"partition":11,"errorCode":0,"offsets":["4545215"]},{"partition":396,"errorCode":0,"offsets":["4861302"]},{"partition":141,"errorCode":0,"offsets":["4734472"]},{"partition":271,"errorCode":0,"offsets":["4569805"]},{"partition":16,"errorCode":0,"offsets":["4623571"]},{"partition":146,"errorCode":0,"offsets":["4965516"]},{"partition":276,"errorCode":0,"offsets":["4805550"]},{"partition":21,"errorCode":0,"offsets":["4662614"]},{"partition":151,"errorCode":0,"offsets":["4886842"]},{"partition":281,"errorCode":0,"offsets":["4572520"]},{"partition":26,"errorCode":0,"offsets":["4524647"]},{"partition":156,"errorCode":0,"offsets":["4793705"]},{"partition":286,"errorCode":0,"offsets":["4706853"]},{"partition":31,"errorCode":0,"offsets":["4812371"]},{"partition":161,"errorCode":0,"offsets":["4930485"]},{"partition":291,"errorCode":0,"offsets":["4778325"]},{"partition":36,"errorCode":0,"offsets":["4679634"]},{"partition":166,"errorCode":0,"offsets":["4605092"]},{"partition":296,"errorCode":0,"offsets":["4697351"]},{"partition":41,"errorCode":0,"offsets":["4547256"]},{"partition":171,"errorCode":0,"offsets":["4428546"]},{"partition":301,"errorCode":0,"offsets":["4957494"]},{"partition":46,"errorCode":0,"offsets":["4707726"]},{"partition":176,"errorCode":0,"offsets":["4886143"]},{"partition":306,"errorCode":0,"offsets":["4835184"]},{"partition":51,"errorCode":0,"offsets":["4819373"]},{"partition":181,"errorCode":0,"offsets":["4775681"]},{"partition":311,"errorCode":0,"offsets":["4916977"]},{"partition":56,"errorCode":0,"offsets":["4913640"]},{"partition":186,"errorCode":0,"offsets":["4563202"]},{"partition":316,"errorCode":0,"offsets":["4891219"]},{"partition":61,"errorCode":0,"offsets":["4952672"]},{"partition":191,"errorCode":0,"offsets":["4506938"]},{"partition":321,"errorCode":0,"offsets":["4684427"]},{"partition":66,"errorCode":0,"offsets":["4857742"]},{"partition":196,"errorCode":0,"offsets":["4597210"]},{"partition":326,"errorCode":0,"offsets":["5096960"]},{"partition":71,"errorCode":0,"offsets":["4730469"]},{"partition":201,"errorCode":0,"offsets":["4553594"]},{"partition":331,"errorCode":0,"offsets":["4505794"]},{"partition":76,"errorCode":0,"offsets":["4853397"]},{"partition":206,"errorCode":0,"offsets":["4609095"]},{"partition":336,"errorCode":0,"offsets":["4574790"]},{"partition":81,"errorCode":0,"offsets":["4711237"]},{"partition":211,"errorCode":0,"offsets":["4891844"]},{"partition":341,"errorCode":0,"offsets":["4764511"]},{"partition":86,"errorCode":0,"offsets":["4530545"]},{"partition":216,"errorCode":0,"offsets":["4710417"]},{"partition":346,"errorCode":0,"offsets":["4526500"]},{"partition":91,"errorCode":0,"offsets":["4433213"]},{"partition":221,"errorCode":0,"offsets":["4715338"]},{"partition":351,"errorCode":0,"offsets":["4547583"]},{"partition":96,"errorCode":0,"offsets":["4744501"]},{"partition":226,"errorCode":0,"offsets":["4855330"]},{"partition":356,"errorCode":0,"offsets":["4727601"]},{"partition":101,"errorCode":0,"offsets":["4826136"]},{"partition":231,"errorCode":0,"offsets":["4727496"]},{"partition":361,"errorCode":0,"offsets":["4748751"]},{"partition":106,"errorCode":0,"offsets":["4796866"]},{"partition":236,"errorCode":0,"offsets":["5090762"]},{"partition":366,"errorCode":0,"offsets":["4679828"]},{"partition":111,"errorCode":0,"offsets":["4743294"]},{"partition":241,"errorCode":0,"offsets":["4838986"]},{"partition":371,"errorCode":0,"offsets":["4628514"]},{"partition":116,"errorCode":0,"offsets":["4550651"]},{"partition":246,"errorCode":0,"offsets":["4553288"]},{"partition":376,"errorCode":0,"offsets":["4800549"]},{"partition":121,"errorCode":0,"offsets":["4717716"]},{"partition":251,"errorCode":0,"offsets":["4417451"]},{"partition":381,"errorCode":0,"offsets":["4749689"]},{"partition":126,"errorCode":0,"offsets":["4894017"]}]}]}}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:23.079Z","logger":"kafkajs","message":"[Connection] Request ListOffsets(key: 2, version: 0)","broker":"kafka4.com:9092","clientId":"gp_test_v8","correlationId":0,"size":1333}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:23.080Z","logger":"kafkajs","message":"[Connection] Response ListOffsets(key: 2, version: 0)","broker":"kafka5.com:9092","clientId":"gp_test_v8","correlationId":0,"size":1469,"data":{"responses":[{"topic":"topic1","partitions":[{"partition":384,"errorCode":0,"offsets":["4942480"]},{"partition":129,"errorCode":0,"offsets":["5418085"]},{"partition":259,"errorCode":0,"offsets":["4662520"]},{"partition":4,"errorCode":0,"offsets":["4632853"]},{"partition":389,"errorCode":0,"offsets":["5008313"]},{"partition":134,"errorCode":0,"offsets":["5104655"]},{"partition":264,"errorCode":0,"offsets":["4887980"]},{"partition":9,"errorCode":0,"offsets":["4789007"]},{"partition":394,"errorCode":0,"offsets":["4815838"]},{"partition":139,"errorCode":0,"offsets":["4953303"]},{"partition":269,"errorCode":0,"offsets":["4476460"]},{"partition":14,"errorCode":0,"offsets":["4923746"]},{"partition":399,"errorCode":0,"offsets":["5149786"]},{"partition":144,"errorCode":0,"offsets":["4775235"]},{"partition":274,"errorCode":0,"offsets":["4840831"]},{"partition":19,"errorCode":0,"offsets":["4574727"]},{"partition":149,"errorCode":0,"offsets":["4819175"]},{"partition":279,"errorCode":0,"offsets":["4841773"]},{"partition":24,"errorCode":0,"offsets":["4696618"]},{"partition":154,"errorCode":0,"offsets":["4796574"]},{"partition":284,"errorCode":0,"offsets":["4655184"]},{"partition":29,"errorCode":0,"offsets":["4930933"]},{"partition":159,"errorCode":0,"offsets":["5094087"]},{"partition":289,"errorCode":0,"offsets":["5187105"]},{"partition":34,"errorCode":0,"offsets":["4696051"]},{"partition":164,"errorCode":0,"offsets":["5327671"]},{"partition":294,"errorCode":0,"offsets":["5103263"]},{"partition":39,"errorCode":0,"offsets":["4664527"]},{"partition":169,"errorCode":0,"offsets":["4573375"]},{"partition":299,"errorCode":0,"offsets":["5016196"]},{"partition":44,"errorCode":0,"offsets":["4662689"]},{"partition":174,"errorCode":0,"offsets":["4688538"]},{"partition":304,"errorCode":0,"offsets":["4682919"]},{"partition":49,"errorCode":0,"offsets":["5201966"]},{"partition":179,"errorCode":0,"offsets":["4717188"]},{"partition":309,"errorCode":0,"offsets":["4840193"]},{"partition":54,"errorCode":0,"offsets":["4877054"]},{"partition":184,"errorCode":0,"offsets":["5468990"]},{"partition":314,"errorCode":0,"offsets":["5135522"]},{"partition":59,"errorCode":0,"offsets":["4870540"]},{"partition":189,"errorCode":0,"offsets":["4526412"]},{"partition":319,"errorCode":0,"offsets":["5141254"]},{"partition":64,"errorCode":0,"offsets":["4943901"]},{"partition":194,"errorCode":0,"offsets":["4894767"]},{"partition":324,"errorCode":0,"offsets":["4609310"]},{"partition":69,"errorCode":0,"offsets":["4850446"]},{"partition":199,"errorCode":0,"offsets":["4748386"]},{"partition":329,"errorCode":0,"offsets":["5050656"]},{"partition":74,"errorCode":0,"offsets":["4966736"]},{"partition":204,"errorCode":0,"offsets":["4816384"]},{"partition":334,"errorCode":0,"offsets":["4664727"]},{"partition":79,"errorCode":0,"offsets":["5399894"]},{"partition":209,"errorCode":0,"offsets":["5119758"]},{"partition":339,"errorCode":0,"offsets":["4607209"]},{"partition":84,"errorCode":0,"offsets":["4723227"]},{"partition":214,"errorCode":0,"offsets":["4774548"]},{"partition":344,"errorCode":0,"offsets":["4691942"]},{"partition":89,"errorCode":0,"offsets":["4655940"]},{"partition":219,"errorCode":0,"offsets":["4863892"]},{"partition":349,"errorCode":0,"offsets":["4465781"]},{"partition":94,"errorCode":0,"offsets":["4729339"]},{"partition":224,"errorCode":0,"offsets":["4693918"]},{"partition":354,"errorCode":0,"offsets":["4698831"]},{"partition":99,"errorCode":0,"offsets":["4714835"]},{"partition":229,"errorCode":0,"offsets":["5353668"]},{"partition":359,"errorCode":0,"offsets":["4744208"]},{"partition":104,"errorCode":0,"offsets":["4785763"]},{"partition":234,"errorCode":0,"offsets":["4800760"]},{"partition":364,"errorCode":0,"offsets":["4608349"]},{"partition":109,"errorCode":0,"offsets":["4673520"]},{"partition":239,"errorCode":0,"offsets":["4904381"]},{"partition":369,"errorCode":0,"offsets":["4912917"]},{"partition":114,"errorCode":0,"offsets":["4774735"]},{"partition":244,"errorCode":0,"offsets":["4813311"]},{"partition":374,"errorCode":0,"offsets":["5498146"]},{"partition":119,"errorCode":0,"offsets":["4638952"]},{"partition":249,"errorCode":0,"offsets":["4672189"]},{"partition":379,"errorCode":0,"offsets":["5311511"]},{"partition":124,"errorCode":0,"offsets":["4791628"]},{"partition":254,"errorCode":0,"offsets":["4649834"]}]}]}}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:23.330Z","logger":"kafkajs","message":"[Connection] Response ListOffsets(key: 2, version: 0)","broker":"kafka4.com:9092","clientId":"gp_test_v8","correlationId":0,"size":1469,"data":{"responses":[{"topic":"topic1","partitions":[{"partition":128,"errorCode":0,"offsets":["4625535"]},{"partition":258,"errorCode":0,"offsets":["4742144"]},{"partition":3,"errorCode":0,"offsets":["4774776"]},{"partition":388,"errorCode":0,"offsets":["4893376"]},{"partition":133,"errorCode":0,"offsets":["5101976"]},{"partition":263,"errorCode":0,"offsets":["4698585"]},{"partition":8,"errorCode":0,"offsets":["4355959"]},{"partition":393,"errorCode":0,"offsets":["4943166"]},{"partition":138,"errorCode":0,"offsets":["4732742"]},{"partition":268,"errorCode":0,"offsets":["4720532"]},{"partition":13,"errorCode":0,"offsets":["4730741"]},{"partition":398,"errorCode":0,"offsets":["4890360"]},{"partition":143,"errorCode":0,"offsets":["4775842"]},{"partition":273,"errorCode":0,"offsets":["4547037"]},{"partition":18,"errorCode":0,"offsets":["5498021"]},{"partition":148,"errorCode":0,"offsets":["4812026"]},{"partition":278,"errorCode":0,"offsets":["4734792"]},{"partition":23,"errorCode":0,"offsets":["4730730"]},{"partition":153,"errorCode":0,"offsets":["4915761"]},{"partition":283,"errorCode":0,"offsets":["4523539"]},{"partition":28,"errorCode":0,"offsets":["4698604"]},{"partition":158,"errorCode":0,"offsets":["4949884"]},{"partition":288,"errorCode":0,"offsets":["4782712"]},{"partition":33,"errorCode":0,"offsets":["4544087"]},{"partition":163,"errorCode":0,"offsets":["4784045"]},{"partition":293,"errorCode":0,"offsets":["4788560"]},{"partition":38,"errorCode":0,"offsets":["4705525"]},{"partition":168,"errorCode":0,"offsets":["4574689"]},{"partition":298,"errorCode":0,"offsets":["4702446"]},{"partition":43,"errorCode":0,"offsets":["4523013"]},{"partition":173,"errorCode":0,"offsets":["4857857"]},{"partition":303,"errorCode":0,"offsets":["5479407"]},{"partition":48,"errorCode":0,"offsets":["4851927"]},{"partition":178,"errorCode":0,"offsets":["4773640"]},{"partition":308,"errorCode":0,"offsets":["4636513"]},{"partition":53,"errorCode":0,"offsets":["4832023"]},{"partition":183,"errorCode":0,"offsets":["4892855"]},{"partition":313,"errorCode":0,"offsets":["5410182"]},{"partition":58,"errorCode":0,"offsets":["4840549"]},{"partition":188,"errorCode":0,"offsets":["4500735"]},{"partition":318,"errorCode":0,"offsets":["4896860"]},{"partition":63,"errorCode":0,"offsets":["4866892"]},{"partition":193,"errorCode":0,"offsets":["4511430"]},{"partition":323,"errorCode":0,"offsets":["4580896"]},{"partition":68,"errorCode":0,"offsets":["4706206"]},{"partition":198,"errorCode":0,"offsets":["4507050"]},{"partition":328,"errorCode":0,"offsets":["4513909"]},{"partition":73,"errorCode":0,"offsets":["4749990"]},{"partition":203,"errorCode":0,"offsets":["4481242"]},{"partition":333,"errorCode":0,"offsets":["4652299"]},{"partition":78,"errorCode":0,"offsets":["4935971"]},{"partition":208,"errorCode":0,"offsets":["4599888"]},{"partition":338,"errorCode":0,"offsets":["4820935"]},{"partition":83,"errorCode":0,"offsets":["4614863"]},{"partition":213,"errorCode":0,"offsets":["5062031"]},{"partition":343,"errorCode":0,"offsets":["4840747"]},{"partition":88,"errorCode":0,"offsets":["4367254"]},{"partition":218,"errorCode":0,"offsets":["4652210"]},{"partition":348,"errorCode":0,"offsets":["4504987"]},{"partition":93,"errorCode":0,"offsets":["5232785"]},{"partition":223,"errorCode":0,"offsets":["4814595"]},{"partition":353,"errorCode":0,"offsets":["4533509"]},{"partition":98,"errorCode":0,"offsets":["4963507"]},{"partition":228,"errorCode":0,"offsets":["5269083"]},{"partition":358,"errorCode":0,"offsets":["4771116"]},{"partition":103,"errorCode":0,"offsets":["5360953"]},{"partition":233,"errorCode":0,"offsets":["4733975"]},{"partition":363,"errorCode":0,"offsets":["4796348"]},{"partition":108,"errorCode":0,"offsets":["4542334"]},{"partition":238,"errorCode":0,"offsets":["5122386"]},{"partition":368,"errorCode":0,"offsets":["4626480"]},{"partition":113,"errorCode":0,"offsets":["4557371"]},{"partition":243,"errorCode":0,"offsets":["4781483"]},{"partition":373,"errorCode":0,"offsets":["5039630"]},{"partition":118,"errorCode":0,"offsets":["4701979"]},{"partition":248,"errorCode":0,"offsets":["4331405"]},{"partition":378,"errorCode":0,"offsets":["4634364"]},{"partition":123,"errorCode":0,"offsets":["4578336"]},{"partition":253,"errorCode":0,"offsets":["4697359"]},{"partition":383,"errorCode":0,"offsets":["4896607"]}]}]}}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:23.338Z","logger":"kafkajs","message":"[ConsumerGroup] Fetching from 1 out of 1 topics","topics":["topic1"],"activeTopics":["topic1"],"pausedTopics":[]}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:23.355Z","logger":"kafkajs","message":"[Connection] Request Fetch(key: 1, version: 4)","broker":"kafka1.com:9092","clientId":"gp_test_v8","correlationId":5,"size":1346}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:23.355Z","logger":"kafkajs","message":"[Connection] Request Fetch(key: 1, version: 4)","broker":"kafka2.com:9092","clientId":"gp_test_v8","correlationId":2,"size":1346}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:23.355Z","logger":"kafkajs","message":"[Connection] Request Fetch(key: 1, version: 4)","broker":"kafka3.com:9092","clientId":"gp_test_v8","correlationId":4,"size":1346}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:23.355Z","logger":"kafkajs","message":"[Connection] Request Fetch(key: 1, version: 4)","broker":"kafka4.com:9092","clientId":"gp_test_v8","correlationId":1,"size":1346}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:23.356Z","logger":"kafkajs","message":"[Connection] Request Fetch(key: 1, version: 4)","broker":"kafka5.com:9092","clientId":"gp_test_v8","correlationId":1,"size":1346}
{"level":"ERROR","timestamp":"2018-10-16T14:48:39.682Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka5.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":1,"size":10488193}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:39.682Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka5.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":1,"payload":{"type":"Buffer","data":"[filtered]"}}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:39.682Z","logger":"kafkajs","message":"[Runner] Error while fetching data, trying again...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b","error":"Unexpected end of LZ4 stream @0","stack":"Error: Unexpected end of LZ4 stream @0\n    at Decoder.emit_Error (/Users/gp/Projects/scratchspace/node_modules/lz4/lib/decoder_stream.js:64:22)\n    at Decoder.check_Size (/Users/gp/Projects/scratchspace/node_modules/lz4/lib/decoder_stream.js:70:32)\n    at Decoder.read_DataBlockData (/Users/gp/Projects/scratchspace/node_modules/lz4/lib/decoder_stream.js:213:12)\n    at Decoder._main (/Users/gp/Projects/scratchspace/node_modules/lz4/lib/decoder_stream.js:310:25)\n    at Decoder._flush (/Users/gp/Projects/scratchspace/node_modules/lz4/lib/decoder_stream.js:280:7)\n    at Decoder.prefinish (_stream_transform.js:141:10)\n    at Decoder.emit (events.js:182:13)\n    at prefinish (_stream_writable.js:630:14)\n    at finishMaybe (_stream_writable.js:638:5)\n    at endWritable (_stream_writable.js:649:3)","retryCount":0,"retryTime":332}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:40.023Z","logger":"kafkajs","message":"[ConsumerGroup] Fetching from 1 out of 1 topics","topics":["topic1"],"activeTopics":["topic1"],"pausedTopics":[]}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:40.050Z","logger":"kafkajs","message":"[Connection] Request Fetch(key: 1, version: 4)","broker":"kafka1.com:9092","clientId":"gp_test_v8","correlationId":6,"size":1346}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:40.051Z","logger":"kafkajs","message":"[Connection] Request Fetch(key: 1, version: 4)","broker":"kafka2.com:9092","clientId":"gp_test_v8","correlationId":3,"size":1346}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:40.051Z","logger":"kafkajs","message":"[Connection] Request Fetch(key: 1, version: 4)","broker":"kafka3.com:9092","clientId":"gp_test_v8","correlationId":5,"size":1346}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:40.051Z","logger":"kafkajs","message":"[Connection] Request Fetch(key: 1, version: 4)","broker":"kafka4.com:9092","clientId":"gp_test_v8","correlationId":2,"size":1346}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:40.051Z","logger":"kafkajs","message":"[Connection] Request Fetch(key: 1, version: 4)","broker":"kafka5.com:9092","clientId":"gp_test_v8","correlationId":2,"size":1346}
{"level":"ERROR","timestamp":"2018-10-16T14:48:40.412Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka3.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":4,"size":10488193}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:40.412Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka3.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":4,"payload":{"type":"Buffer","data":"[filtered]"}}
{"level":"ERROR","timestamp":"2018-10-16T14:48:43.331Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka4.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":1,"size":10488193}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:43.332Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka4.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":1,"payload":{"type":"Buffer","data":"[filtered]"}}
{"level":"ERROR","timestamp":"2018-10-16T14:48:49.861Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka2.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":2,"size":10488193}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:49.861Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka2.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":2,"payload":{"type":"Buffer","data":"[filtered]"}}
{"level":"ERROR","timestamp":"2018-10-16T14:48:50.981Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka1.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":5,"size":10488193}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:50.981Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka1.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":5,"payload":{"type":"Buffer","data":"[filtered]"}}
{"level":"ERROR","timestamp":"2018-10-16T14:48:55.941Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka3.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":5,"size":10488193}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:55.941Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka3.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":5,"payload":{"type":"Buffer","data":"[filtered]"}}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:55.941Z","logger":"kafkajs","message":"[Runner] Error while fetching data, trying again...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b","error":"Unexpected end of LZ4 stream @0","stack":"Error: Unexpected end of LZ4 stream @0\n    at Decoder.emit_Error (/Users/gp/Projects/scratchspace/node_modules/lz4/lib/decoder_stream.js:64:22)\n    at Decoder.check_Size (/Users/gp/Projects/scratchspace/node_modules/lz4/lib/decoder_stream.js:70:32)\n    at Decoder.read_DataBlockData (/Users/gp/Projects/scratchspace/node_modules/lz4/lib/decoder_stream.js:213:12)\n    at Decoder._main (/Users/gp/Projects/scratchspace/node_modules/lz4/lib/decoder_stream.js:310:25)\n    at Decoder._flush (/Users/gp/Projects/scratchspace/node_modules/lz4/lib/decoder_stream.js:280:7)\n    at Decoder.prefinish (_stream_transform.js:141:10)\n    at Decoder.emit (events.js:182:13)\n    at prefinish (_stream_writable.js:630:14)\n    at finishMaybe (_stream_writable.js:638:5)\n    at endWritable (_stream_writable.js:649:3)","retryCount":1,"retryTime":592}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:56.557Z","logger":"kafkajs","message":"[ConsumerGroup] Fetching from 1 out of 1 topics","topics":["topic1"],"activeTopics":["topic1"],"pausedTopics":[]}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:56.573Z","logger":"kafkajs","message":"[Connection] Request Fetch(key: 1, version: 4)","broker":"kafka1.com:9092","clientId":"gp_test_v8","correlationId":7,"size":1346}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:56.573Z","logger":"kafkajs","message":"[Connection] Request Fetch(key: 1, version: 4)","broker":"kafka2.com:9092","clientId":"gp_test_v8","correlationId":4,"size":1346}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:56.574Z","logger":"kafkajs","message":"[Connection] Request Fetch(key: 1, version: 4)","broker":"kafka3.com:9092","clientId":"gp_test_v8","correlationId":6,"size":1346}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:56.574Z","logger":"kafkajs","message":"[Connection] Request Fetch(key: 1, version: 4)","broker":"kafka4.com:9092","clientId":"gp_test_v8","correlationId":3,"size":1346}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:56.574Z","logger":"kafkajs","message":"[Connection] Request Fetch(key: 1, version: 4)","broker":"kafka5.com:9092","clientId":"gp_test_v8","correlationId":3,"size":1346}
{"level":"ERROR","timestamp":"2018-10-16T14:48:57.068Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka5.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":2,"size":10488193}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:57.069Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka5.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":2,"payload":{"type":"Buffer","data":"[filtered]"}}
{"level":"INFO","timestamp":"2018-10-16T14:48:57.838Z","logger":"kafkajs","message":"[ConsumerGroup] Pausing fetching from 1 topics","topics":["topic1"]}

------------ Ctrl+C here ------------

{"level":"DEBUG","timestamp":"2018-10-16T14:48:57.838Z","logger":"kafkajs","message":"[Runner] stop consumer group","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:57.839Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:58.849Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"DEBUG","timestamp":"2018-10-16T14:48:59.854Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:00.873Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:01.886Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:02.901Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:03.910Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:04.913Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:05.938Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:06.950Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:07.967Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:08.977Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"ERROR","timestamp":"2018-10-16T14:49:09.396Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka2.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":3,"size":10488193}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:09.396Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka2.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":3,"payload":{"type":"Buffer","data":"[filtered]"}}
{"level":"ERROR","timestamp":"2018-10-16T14:49:09.731Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka4.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":2,"size":10488193}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:09.732Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka4.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":2,"payload":{"type":"Buffer","data":"[filtered]"}}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:09.982Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:10.994Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"ERROR","timestamp":"2018-10-16T14:49:11.080Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka1.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":6,"size":10488193}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:11.080Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka1.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":6,"payload":{"type":"Buffer","data":"[filtered]"}}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:12.008Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:13.016Z","logger":"kafkajs","message":"[Runner] waiting for consumer to finish...","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"ERROR","timestamp":"2018-10-16T14:49:13.743Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka3.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":6,"size":10488193}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:13.743Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka3.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":6,"payload":{"type":"Buffer","data":"[filtered]"}}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:13.743Z","logger":"kafkajs","message":"[Runner] consumer not running, exiting","error":"Unexpected end of LZ4 stream @0","groupId":"gp_test_v8","memberId":"gp_test_v8-d8ff0932-eeaa-4417-83c1-5f38aca1062b"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:14.022Z","logger":"kafkajs","message":"[Connection] Request LeaveGroup(key: 13, version: 0)","broker":"kafka3.com:9092","clientId":"gp_test_v8","correlationId":7,"size":85}
{"level":"ERROR","timestamp":"2018-10-16T14:49:14.250Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka5.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":3,"size":10488193}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:14.250Z","logger":"kafkajs","message":"[Connection] Response Fetch(key: 1, version: 4)","broker":"kafka5.com:9092","clientId":"gp_test_v8","error":"Unexpected end of LZ4 stream @0","correlationId":3,"payload":{"type":"Buffer","data":"[filtered]"}}
{"level":"ERROR","timestamp":"2018-10-16T14:49:14.308Z","logger":"kafkajs","message":"[Connection] Response LeaveGroup(key: 13, version: 0)","broker":"kafka3.com:9092","clientId":"gp_test_v8","error":"The coordinator is not aware of this member","correlationId":7,"size":6}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:14.308Z","logger":"kafkajs","message":"[Connection] Response LeaveGroup(key: 13, version: 0)","broker":"kafka3.com:9092","clientId":"gp_test_v8","error":"The coordinator is not aware of this member","correlationId":7,"payload":{"type":"Buffer","data":"[filtered]"}}
{"level":"INFO","timestamp":"2018-10-16T14:49:14.308Z","logger":"kafkajs","message":"[Consumer] Stopped","groupId":"gp_test_v8"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:14.308Z","logger":"kafkajs","message":"[Consumer] consumer has stopped, disconnecting","groupId":"gp_test_v8"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:14.308Z","logger":"kafkajs","message":"[Connection] disconnecting...","broker":"kafka1.com:9092","clientId":"gp_test_v8"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:14.309Z","logger":"kafkajs","message":"[Connection] disconnected","broker":"kafka1.com:9092","clientId":"gp_test_v8"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:14.309Z","logger":"kafkajs","message":"[Connection] disconnecting...","broker":"kafka2.com:9092","clientId":"gp_test_v8"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:14.309Z","logger":"kafkajs","message":"[Connection] disconnected","broker":"kafka2.com:9092","clientId":"gp_test_v8"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:14.309Z","logger":"kafkajs","message":"[Connection] disconnecting...","broker":"kafka3.com:9092","clientId":"gp_test_v8"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:14.309Z","logger":"kafkajs","message":"[Connection] disconnected","broker":"kafka3.com:9092","clientId":"gp_test_v8"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:14.309Z","logger":"kafkajs","message":"[Connection] disconnecting...","broker":"kafka4.com:9092","clientId":"gp_test_v8"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:14.309Z","logger":"kafkajs","message":"[Connection] disconnected","broker":"kafka4.com:9092","clientId":"gp_test_v8"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:14.309Z","logger":"kafkajs","message":"[Connection] disconnecting...","broker":"kafka5.com:9092","clientId":"gp_test_v8"}
{"level":"DEBUG","timestamp":"2018-10-16T14:49:14.309Z","logger":"kafkajs","message":"[Connection] disconnected","broker":"kafka5.com:9092","clientId":"gp_test_v8"}

@tulios
Copy link
Owner Author

tulios commented Oct 16, 2018

I will merge this as it solves some issues, but I'll continue investigating the problem

@tulios tulios merged commit 7eed801 into master Oct 16, 2018
@tulios tulios deleted the fix-record-batch-decoder branch November 7, 2018 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Devhelp - LZ4 decoding errors on master
3 participants