You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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>
The text was updated successfully, but these errors were encountered: