Skip to content

Create partition should not return partition info from payload. Empty response is good enough.

Sviatoslav Nekhaienko requested to merge create-no-payload into master

Changes:

  • PartitionInfor is not returned after the creation of a partition, now empty
  • Creation response status is changed from 200(OK) to 201(CREATED)

Please check all calls to create a partition in all services (if any)

Edited by Sviatoslav Nekhaienko

Merge request reports