Skip to content

fix(topic): set maximum partition value to 100#560

Merged
craicoverflow merged 1 commit intoredhat-developer:mainfrom
craicoverflow:max-partitions
Apr 12, 2021
Merged

fix(topic): set maximum partition value to 100#560
craicoverflow merged 1 commit intoredhat-developer:mainfrom
craicoverflow:max-partitions

Conversation

@craicoverflow
Copy link
Contributor

Description

Fixes #535

Verification Steps

  1. Run rhoas kafka topic create <topic-name> --partitions 101 to get an error.
❯ rhoas kafka topic create topic-3 --partitions 101
Error: invalid partition count 101, maximum value is 100

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • Documentation added for the feature
  • CI and all relevant tests are passing
  • Code Review completed
  • Verified independently by reviewer

@craicoverflow craicoverflow merged commit 9fc5246 into redhat-developer:main Apr 12, 2021
@craicoverflow craicoverflow deleted the max-partitions branch April 12, 2021 13:30
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.

Partition number should be limited to 100

1 participant