Messages: Explode partitions list in API #212
Labels
area/messages
good first issue
Up for grabs
scope/frontend
Related to frontend changes
status/triage/completed
Automatic triage completed
type/chore
Boring stuff, could be refactoring or tech debt
Milestone
What
Within #47 API has been changed and multiple partitions are passed like
&partitions=1&partitions=2&partitions=3
to backend. We need to useexplode
keyword in OpenAPI spec to make it possible to use&partitions=1,2,3
instead.Why
Having topics with a considerable number of partitions can lead to problems. Imagine having 1000 partitions and having a need to search messages in all partitions but one, this will exceed the max URL length easily.
The text was updated successfully, but these errors were encountered: