hstream
hstream copied to clipboard
hstream-server: fix duplicated consumerName for same subscription
PR Description
Type of change
- [x] Bug fix
Summary of the change and which issue is fixed
Main changes:
- fix: duplicated consumerName for same subscription should return error response
Checklist
- I have run
format.sh
underscript
- I have commented my code, particularly in hard-to-understand areas
- New and existing unit tests pass locally with my changes