Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend for updating topics, fixed backend from another pr branches #52

Merged
merged 4 commits into from
May 28, 2020

Conversation

yazebochan
Copy link
Contributor

No description provided.

@@ -33,6 +36,16 @@
}));
}

public static Mono<String> toMono(KafkaFuture<Void> future, String topicName){
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do you need a separate method containing an almost copy-paste body? You could just do toMono(future).map(aVoid -> topicName)

@germanosin germanosin merged commit f3f6e74 into master May 28, 2020
@germanosin germanosin deleted the backend-update-topics branch May 28, 2020 11:18
javalover123 pushed a commit to javalover123/kafka-ui that referenced this pull request Dec 7, 2022
…rovectus#52)

* Backend for updating topics, fixed backend from another pr branches

* Changed caching of extendedAdminClient instances

Co-authored-by: Roman Nedzvetskiy <roman@Romans-MacBook-Pro.local>
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.

None yet

3 participants