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

Auto-create topic with N partitions #879

Merged
merged 11 commits into from
Oct 3, 2023

Conversation

guillermocalvo
Copy link
Contributor

No description provided.

@guillermocalvo guillermocalvo added the type: enhancement New feature or request label Sep 22, 2023
@guillermocalvo guillermocalvo linked an issue Sep 22, 2023 that may be closed by this pull request
*/
@Context
@Requires(bean = AdminClient.class)
public class KafkaNewTopics {
Copy link
Contributor

Choose a reason for hiding this comment

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

Does it need to be public?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes it does. Users may need to retrieve CreateTopicsResult from it.

Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
@sonarcloud
Copy link

sonarcloud bot commented Sep 27, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

87.5% 87.5% Coverage
0.0% 0.0% Duplication

@sdelamo
Copy link
Contributor

sdelamo commented Sep 29, 2023

ping @dstepanov

@sdelamo sdelamo merged commit 46f8436 into master Oct 3, 2023
8 checks passed
@sdelamo sdelamo deleted the 66-auto-create-topic-with-n-partitions branch October 3, 2023 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Auto-create topic with N partitions
3 participants