Skip to content
New issue

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

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

Already on GitHub? # to your account

Math.min(offsets[topic.topic][topic.partition]) return NaN #837

Closed
bylomo opened this issue Jan 5, 2018 · 0 comments
Closed

Math.min(offsets[topic.topic][topic.partition]) return NaN #837

bylomo opened this issue Jan 5, 2018 · 0 comments
Assignees
Labels

Comments

@bylomo
Copy link

bylomo commented Jan 5, 2018

var min = Math.min(offsets[topic.topic][topic.partition]);

offsets:

{
    "topicName": {
        "0": [
            32,
            22
        ]
    }
}

offsets[topic.topic][topic.partition] get [32, 22]

@hyperlink hyperlink added the bug label Jan 5, 2018
@hyperlink hyperlink self-assigned this Jan 5, 2018
hyperlink added a commit that referenced this issue Jan 5, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants