Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node_probe: toppartitions: Fix wrong class in getMethod
We check for the existence of the new toppartitions JMX API using Class.getMethod, but use wrong class for List<String> in parameter list. This change fixes that.
- Loading branch information