network
network copied to clipboard
Allow partition id as a parameter for publish command.
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
TODOcomments left behind are meant to be left in. - [ ] Has reasonable passing test coverage?
- [ ] Updated changelog if applicable.
- [ ] Updated documentation if applicable.