[iot-ingestion-manager] Check Avro version
- Dominant language
- Scala
- Stars
- 49
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
Check version of AVRO library in use.
In iot_ingestion_manager/project/Versions.scala we have:
> val avroVersion = "1.7.5"
Looking at http://avro.apache.org/docs/, it seems an old version (2013).
Perhaps it is better to update the dependency to the current version (1.8.2).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with iot_ingestion_manager/project/Versions.scala and inspect the current Avro dependency version. Check the Apache Avro documentation for compatibility considerations before deciding whether to update from 1.7.5 to 1.8.2. Done means the dependency is verified or updated appropriately and the project still builds and passes its tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- data-engineering
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100