network icon indicating copy to clipboard operation
network copied to clipboard

Allow partition id as a parameter for publish command.

Open yaruno opened this issue 1 year ago • 1 comments

Should not allow both partition key and partition id at the same time.

Summary

Added partition id as possible parameter for publish command.

Changes

We'll check if partition key and id are given as parameters and give suitable error msg. It's one or the other but not both as parameter options.

Limitations and future improvements

Provide a bullet list or description of known omissions or limitations of the solution and/or any ideas for future improvement. Leave section ouf if not applicable.

Checklist before requesting a review

  • [ ] Is this a breaking change? If it is, be clear in summary.
  • [ ] Read through code myself one more time.
  • [ ] Make sure any and all TODO comments left behind are meant to be left in.
  • [ ] Has reasonable passing test coverage?
  • [ ] Updated changelog if applicable.
  • [ ] Updated documentation if applicable.

yaruno avatar Apr 23 '24 07:04 yaruno