Orange-OpenSource / Orange-OpenSource/its-client
use attribute instead of generic for routed_str_topic
@tigroo is already working on this.
Since Oct 16, 2025.
- Dominant language
- Java
- Stars
- 19
- Forks
- 12
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 3
Description
Into the example, collector routed str topic declare statically 5 potential levels: https://github.com/Orange-OpenSource/its-client/blob/a851f9992e7c115dc0266e4b8e60c832d0ee2fdf/rust/examples/collector/collector_str_topic.rs#L62
It could be replaced by an attribute, to allow the Packet declaration to compile AND to avoid to redeclare a local type: https://github.com/Orange-OpenSource/its-client/blob/a851f9992e7c115dc0266e4b8e60c832d0ee2fdf/rust/examples/collector/main.rs#L233
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.