Alexander van Olst
Alexander van Olst
Adds support for inserting a Vec in much the same way that arrays are supported for other data types. This can also be replicated for Enum16
ZIO is at RC-1 now https://github.com/zio/zio/releases/tag/v2.0.0-RC1 There exists a ScalaFix rule that will cover the bulk of the simple API changes: https://github.com/zio/zio/blob/series/2.x/scalafix/rules/src/main/scala/fix/Zio2Upgrade.scala We highly recommend starting with that, and then...
Cassandra is a popular database choice for event sourced systems so it's worth supporting as a pluggable store.
Operator version: **0.23.5** Adding an invalid label to a `podtemplate`, eventually causes the operator to delete all statefulsets during reconciliation, regardless of settings. I have the following settings: ```reconcile: runtime:...