Actions
Bug #16131
closedDatasources is not compatible with Rudder 6.0
Pull Request:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
User visibility:
Getting started - demo | first install | Technique editor and level 1 Techniques
Effort required:
Medium
Priority:
77
Name check:
To do
Fix check:
To do
Regression:
Description
We use Monix 2.X in datasources. But that lib is not maintained for years, and it's not compatible anymore with the cats/etc versions we use in Rudder 6.0.
So we either need to switch to Monix 3.0 or ZIO. Both switch are a major rewrite (monix 2.0 => 3.0 is not trivial at all), and so it seems more consistant to switch to ZIO if we are using a lot of things from monix 2 that are not here anymore.
=> check if porting to monix 3.0 is less than trivial
=> if so, port to ZIO
Actions