GitHub user ijuma opened a pull request:
https://github.com/apache/kafka/pull/3890
MINOR: Fix replica_verification_tool.py to handle slight change in output
format
The string representation of TopicPartition was changed to be
{topic}-{partitition} consistently in the following commit:
f6f56a645bb1c5ec6810c024ba517e43bf77056c
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ijuma/kafka fix-replica-verification-test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3890.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3890
----
commit 530f64eb4645ba71330330341e8dccea8a54bc2c
Author: Ismael Juma <[email protected]>
Date: 2017-09-18T12:14:39Z
MINOR: Fix replica_verification_tool.py to handle slight change in output
format
The string representation of TopicPartition was changed to be
{topic}-{partitition} consistently in the following commit:
f6f56a645bb1c5ec6810c024ba517e43bf77056c
----
---