Orange-OpenSource / Orange-OpenSource/its-client
implement the information message 2.1.X
Open
@ymorin-orange is already working on this.
Since Jun 3, 2025.
Python
- Dominant language
- Java
- Stars
- 19
- Forks
- 12
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 3
Description
With the Rust client:
WARN [libits::client::application::pipeline] Parse error(missing field `message_type` at line 1 column 247) on: {"type": "broker", "version": "1.2.0", "instance_id": "ora_info_002default", "instance_type": "geoserver", "running": true, "timestamp": 1744624793165, "validity_duration": 3600, "service_area": {"type": "tiles", "quadkeys": ["0", "1", "2", "3"]}}
The client will fail waiting
- change
typetomessage_type - add
source_uuidwithora_app_info-default - change
instance_idtoora_app_message-default-1
info must implements the schema 2.0.X version of the message: https://github.com/Orange-OpenSource/its-client/blob/master/schema/information/information_schema_2-0-0.json
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.