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

Allow creating topic using topic description from file (rebased) #212

Merged
merged 3 commits into from
Aug 14, 2024

Conversation

d-rk
Copy link
Collaborator

@d-rk d-rk commented Aug 14, 2024

see: #210

@d-rk d-rk changed the title Feature/create from file Allow creating topic using topic description from file (rebased) Aug 14, 2024
return errors.Wrap(err, "could not unmarshal config file")
}

numPartitions := int32(len(fileTopicConfig.Partitions))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@gotha I changed your implementation so that explicitly defined parameters always take precedence over parameters from file

Copy link
Contributor

Choose a reason for hiding this comment

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

ok, cool.
Thank you for merging this.

@d-rk d-rk merged commit e9f6e6b into main Aug 14, 2024
6 checks passed
@d-rk d-rk deleted the feature/create-from-file branch August 14, 2024 12:15
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