oleksiyk/kafka

View on GitHub
lib/assignment/strategies/consistent.js

Summary

Maintainability
A
1 hr
Test Coverage

Function assignment has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

ConsistentAssignmentStrategy.prototype.assignment = function (subscriptions) { // [{topic:String, members:[], partitions:[]}]
    var result = [];

    _.each(subscriptions, function (sub) {
        var members = {}, ring;
Severity: Minor
Found in lib/assignment/strategies/consistent.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status