Calvin Lee Fernandes
Calvin Lee Fernandes
For example: Given the following Cassandra Row ```scala final case class CassandraRow(a: Int, b: Long, c: OuterData) final case class OuterData(x: String, y: String, z: InnerData) final case class InnerData(i:...
Let's say you have a set of mutations in a single batch but you decide that you no longer want them in a batch: ```scala val batchMutation = update1 +...
I still need to do some more research on this but it seems like certain relations in WHERE clauses are not allowed for UPDATE vs SELECT statements. Initially, I was...
This would be useful for the case where you need to rollback your application say from V3 ~> V2
Allows removal of metrics from the registry
Currently only the quick adapter provides the graphiql endpoint but the other (tapir based) adapters are left to the user to implement. It would be nice to provide graphiql endpoints...
I’ve found an issue for histograms where the numbers in the buckets are not getting populated properly - the wrong numbers are showing up. This happens for the zio micrometer...