KAFKA-14734: Use CommandDefaultOptions in StreamsResetter#13983
KAFKA-14734: Use CommandDefaultOptions in StreamsResetter#13983showuon merged 2 commits intoapache:trunkfrom
Conversation
This PR adds CommandDefaultOptions usage like in the other joptsimple based tools. It also moves the associated unit test class from streams to tools module as discussed in apache#13127 (comment). Signed-off-by: Federico Valeri <fedevaleri@gmail.com>
|
@vamossagar12 , do you have time to have a look? |
|
@showuon , I will take a look today. |
vamossagar12
left a comment
There was a problem hiding this comment.
minor nit changes. LGTM otherwise. Also, thanks for picking the tests migration!
Signed-off-by: Federico Valeri <fedevaleri@gmail.com>
|
Failed tests are unrelated: |
This PR adds CommandDefaultOptions usage like in the other joptsimple based tools. It also moves the associated unit test class from streams to tools module as discussed in apache#13127 (comment) Reviewers: Luke Chen <showuon@gmail.com>, Bruno Cadonna <cadonna@apache.org>, Sagar Rao <sagarmeansocean@gmail.com>
This PR adds CommandDefaultOptions usage like in the other joptsimple based tools. It also moves the associated unit test class from streams to tools module as discussed in apache#13127 (comment) Reviewers: Luke Chen <showuon@gmail.com>, Bruno Cadonna <cadonna@apache.org>, Sagar Rao <sagarmeansocean@gmail.com>
This PR adds CommandDefaultOptions usage like in the other joptsimple based tools. It also moves the associated unit test class from streams to tools module as discussed in apache#13127 (comment) Reviewers: Luke Chen <showuon@gmail.com>, Bruno Cadonna <cadonna@apache.org>, Sagar Rao <sagarmeansocean@gmail.com>
|
Just discovered this PR -- Seems it part of KIP-906, but the KIP does not cover the renaming of the method -- it's technically a breaking change... Given that \cc @cadonna who commented on the other PR. |
|
Hi @mjsax, I'm sorry if this caused any issue, but the intention was to give some some consistency to how these tools are structured, whenever possible. This is not part of KIP-906, but simply in the context of KAFKA-14525. |
|
Not a big deal -- as |
This PR adds CommandDefaultOptions usage like in the other joptsimple based tools. It also moves the associated unit test class from streams to tools module as discussed in #13127 (comment).