Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider removing chs and msg from messaging topics #2703

Open
dborovcanin opened this issue Feb 11, 2025 · 1 comment
Open

Consider removing chs and msg from messaging topics #2703

dborovcanin opened this issue Feb 11, 2025 · 1 comment

Comments

@dborovcanin
Copy link
Collaborator

dborovcanin commented Feb 11, 2025

Currently, SMQ topics look like
/channels/58444860-4865-41ad-a18c-1cecd3347a94/messages/<subtopic>
and soon, we will add the domain ID prefix:
12380923-2098-41bb-a18c-1cecd3347a94/channels/58444860-4865-41ad-a18c-1cecd3347a94/messages/<subtopic>

This is a long and cumbersome topic. We should consider removing /channels and /messages parts, since the value they bring is marginal, so we have something like:
12380923-2098-41bb-a18c-1cecd3347a94/58444860-4865-41ad-a18c-1cecd3347a94/<subtopic>
and more user-friendly option of:
mydomain/mychannel/<subtopic>

@dborovcanin
Copy link
Collaborator Author

This one is probably happening, we'll close it with the relevant PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ⛏ Backlog
Development

No branches or pull requests

4 participants