Skip to content

kafka 3355#2891

Closed
mgarmes wants to merge 1 commit intoapache:trunkfrom
mgarmes:trunk
Closed

kafka 3355#2891
mgarmes wants to merge 1 commit intoapache:trunkfrom
mgarmes:trunk

Conversation

@mgarmes
Copy link
Copy Markdown

@mgarmes mgarmes commented Apr 21, 2017

No description provided.

@asfbot
Copy link
Copy Markdown

asfbot commented Apr 21, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/kafka-pr-jdk7-scala2.10/3102/
Test PASSed (JDK 7 and Scala 2.10).

@mgarmes mgarmes mentioned this pull request Apr 21, 2017
@asfbot
Copy link
Copy Markdown

asfbot commented Apr 21, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/kafka-pr-jdk8-scala2.12/3103/
Test PASSed (JDK 8 and Scala 2.12).

@asfbot
Copy link
Copy Markdown

asfbot commented Apr 21, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/kafka-pr-jdk8-scala2.11/3107/
Test PASSed (JDK 8 and Scala 2.11).

@ppanero
Copy link
Copy Markdown

ppanero commented Apr 22, 2017

Thanks a lot @garmes-gdev. Will take a look :D

@mgarmes
Copy link
Copy Markdown
Author

mgarmes commented Apr 24, 2017

Hello @ijuma , can you or someone check this pull request please ?

@ppanero
Copy link
Copy Markdown

ppanero commented May 26, 2017

Anyone could check and merge this please? would be really helpful

@asfbot
Copy link
Copy Markdown

asfbot commented May 26, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/kafka-pr-jdk8-scala2.12/4408/
Test FAILed (JDK 8 and Scala 2.12).

@asfbot
Copy link
Copy Markdown

asfbot commented May 26, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/kafka-pr-jdk7-scala2.11/4422/
Test FAILed (JDK 7 and Scala 2.11).

@ppanero
Copy link
Copy Markdown

ppanero commented Jun 13, 2017

@garmes-gdev could u assign it to someone?

@mgarmes
Copy link
Copy Markdown
Author

mgarmes commented Jul 4, 2017

Hello, @guozhangwang, @dguy
can you please review this PR.

Bests,

@asfgit
Copy link
Copy Markdown

asfgit commented Jul 4, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/kafka-pr-jdk8-scala2.12/5871/
Test FAILed (JDK 8 and Scala 2.12).

@asfgit
Copy link
Copy Markdown

asfgit commented Jul 4, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/kafka-pr-jdk7-scala2.11/5886/
Test FAILed (JDK 7 and Scala 2.11).

@guozhangwang
Copy link
Copy Markdown
Contributor

cc @hachikuji @rajinisivaram , is this still a valid issue?

@hachikuji
Copy link
Copy Markdown
Contributor

hachikuji commented Jan 26, 2018

@guozhangwang Yes, it is still an issue. Frankly, we have not been maintaining this tool, so we need to figure out if we want to officially deprecate it or try to bring it up to speed. If there was an alternative, I'd suggest deprecation, but I'm not sure we have one. If we want to maintain this, I think we'd probably want a KIP to, at a minimum, migrate the code to use the new AdminClient. Even better would be to address where this functionality should live in the longer term.

@ijuma
Copy link
Copy Markdown
Member

ijuma commented May 26, 2018

Thanks for the PR and sorry for the delay. #3051 seems to build on public APIs in the consumer, which seems like a better avenue. I will try to include a reduced version of that in 2.0.0 and we can follow-up with a KIP for adding functionality.

@ijuma
Copy link
Copy Markdown
Member

ijuma commented Jun 14, 2018

I submitted #5220 and included the submitter as a co-author.

ijuma added a commit to ijuma/kafka that referenced this pull request Jun 14, 2018
This does the minimal amount of work so that the tool
relies on public non-deprecated APIs (i.e. so that
it doesn't rely on old clients code).

Additional improvements have been proposed via
KIP-308.

There are a few other PRs that touch this class with
overlapping goals:

- apache#2891
- apache#3051
- apache#3320

One of them remains relevant in the context of KIP-308, but
the others are not. I included the authors of the 3 PRs as
co-authors.

Co-authored-by: Arseniy Tashoyan <tashoyan@gmail.com>
Co-authored-by: Vahid Hashemian <vahidhashemian@us.ibm.com>
Co-authored-by: Mohammed Amine GARMES
Co-authored-by: Ismael Juma <ismael@juma.me.uk>
ijuma added a commit to ijuma/kafka that referenced this pull request Jun 14, 2018
This does the minimal amount of work so that the tool
relies on public non-deprecated APIs (i.e. so that
it doesn't rely on old clients code).

Additional improvements have been proposed via
KIP-308.

There are a few other PRs that touch this class with
overlapping goals:

- apache#2891
- apache#3051
- apache#3320

One of them remains relevant in the context of KIP-308, but
the others are not. I included the authors of the 3 PRs as
co-authors.

Co-authored-by: Arseniy Tashoyan <tashoyan@gmail.com>
Co-authored-by: Vahid Hashemian <vahidhashemian@us.ibm.com>
Co-authored-by: Mohammed Amine GARMES
Co-authored-by: Ismael Juma <ismael@juma.me.uk>
ijuma added a commit that referenced this pull request Jun 14, 2018
This does the minimal amount of work so that the tool
relies on public non-deprecated APIs (i.e. it no longer
relies on Scala clients code).

Additional improvements (not included here) have
been proposed via KIP-308.

There are a few other PRs that touch this class with
overlapping goals:

- #2891
- #3051
- #3320

One of them remains relevant in the context of KIP-308, but
the others have been superseded. I included the authors of
the 3 PRs as co-authors.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>, Vahid Hashemian <vahidhashemian@us.ibm.com>, Manikumar Reddy <manikumar.reddy@gmail.com>

Co-authored-by: Arseniy Tashoyan <tashoyan@gmail.com>
Co-authored-by: Vahid Hashemian <vahidhashemian@us.ibm.com>
Co-authored-by: Mohammed Amine GARMES
Co-authored-by: Ismael Juma <ismael@juma.me.uk>
vahidhashemian added a commit to vahidhashemian/kafka that referenced this pull request Jun 14, 2018
This does the minimal amount of work so that the tool
relies on public non-deprecated APIs (i.e. it no longer
relies on Scala clients code).

Additional improvements (not included here) have
been proposed via KIP-308.

There are a few other PRs that touch this class with
overlapping goals:

- apache#2891
- apache#3051
- apache#3320

One of them remains relevant in the context of KIP-308, but
the others have been superseded. I included the authors of
the 3 PRs as co-authors.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>, Vahid Hashemian <vahidhashemian@us.ibm.com>, Manikumar Reddy <manikumar.reddy@gmail.com>

Co-authored-by: Arseniy Tashoyan <tashoyan@gmail.com>
Co-authored-by: Vahid Hashemian <vahidhashemian@us.ibm.com>
Co-authored-by: Mohammed Amine GARMES
Co-authored-by: Ismael Juma <ismael@juma.me.uk>
ying-zheng pushed a commit to ying-zheng/kafka that referenced this pull request Jul 6, 2018
This does the minimal amount of work so that the tool
relies on public non-deprecated APIs (i.e. it no longer
relies on Scala clients code).

Additional improvements (not included here) have
been proposed via KIP-308.

There are a few other PRs that touch this class with
overlapping goals:

- apache#2891
- apache#3051
- apache#3320

One of them remains relevant in the context of KIP-308, but
the others have been superseded. I included the authors of
the 3 PRs as co-authors.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>, Vahid Hashemian <vahidhashemian@us.ibm.com>, Manikumar Reddy <manikumar.reddy@gmail.com>

Co-authored-by: Arseniy Tashoyan <tashoyan@gmail.com>
Co-authored-by: Vahid Hashemian <vahidhashemian@us.ibm.com>
Co-authored-by: Mohammed Amine GARMES
Co-authored-by: Ismael Juma <ismael@juma.me.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants