feat: add unique service instance identifiers to router#409
feat: add unique service instance identifiers to router#409
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #409 +/- ##
=======================================
Coverage 79.12% 79.12%
=======================================
Files 102 102
Lines 4488 4503 +15
=======================================
+ Hits 3551 3563 +12
- Misses 758 760 +2
- Partials 179 180 +1
☔ View full report in Codecov by Sentry. |
|
Thank you! In case it helps, it's okay for my application to show duplicate service names. However, I can also see why you want to make them distinct! 😃 |
|
Alternative approach: maybe in 1.0 API, there could be an API returning the list of services directly, and each service must implement a function showing a name. The ServiceRouter is then closer to a "composite" service that can queue messages and do AsyncSend. PS: I want to emphasize that I can use the current library as it is just fine, in case you think more discussions could be helpful. 😁 Thank you for your quick response. |
No description provided.