CESARBR / CESARBR/knot-android-sdk
Creation of queue with autogenerated names
Open
- Dominant language
- Kotlin
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
When creating the AMQP queue in the android app there are two viable options: create each queue with a hardcoded name or create a queue with a randomly generated name and enabling the auto-delete option for each queue. The first option creates a dependency on the hardcoded string, so if it's id is to be changed, the SDK would have to be updated. Since the auto-generated name does not imply said dependency, it seems like a more robust solution. Are there any reasons not to use the former option?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.