Skip to content

KAFKA-13281: list all named topologies#11808

Merged
ableegoldman merged 2 commits intoapache:trunkfrom
wcarlson5:list_all_topologies
Feb 26, 2022
Merged

KAFKA-13281: list all named topologies#11808
ableegoldman merged 2 commits intoapache:trunkfrom
wcarlson5:list_all_topologies

Conversation

@wcarlson5
Copy link
Copy Markdown
Contributor

List all the named topologies that have been added to this client

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

}

public Collection<NamedTopology> getAllTopologies() {
return getAllTopologies();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks like an infinite loop?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops. I though I was calling that on topology metadata. Fixed!

Copy link
Copy Markdown
Member

@ableegoldman ableegoldman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, and all test failures are unrelated/known flaky so merging to trunk

@ableegoldman ableegoldman merged commit 29317e6 into apache:trunk Feb 26, 2022
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.

2 participants