sebarys
sebarys
Hello I see that Lettuce support client side caching https://github.com/lettuce-io/lettuce-core/issues/1281 - it is great, thanks for your effort to implement it :) As I couldn't find more examples than in...
Hi :) Like we discussed on Tapir gitter it would be desirable for some use cases to have a way to cleanup/remove file provided as response body to an endpoint...
### Short description As discussed on https://discuss.lightbend.com/t : - https://discuss.lightbend.com/t/kafka-ability-to-react-on-message-publication-result/6208 - https://discuss.lightbend.com/t/is-it-possible-to-write-a-resilient-kafka-producer-using-alpakka/6283 - https://discuss.lightbend.com/t/kafka-producer-failed-to-write/6311 It could be beneficial to have version of Producer flow that will allow interpret kafka client...
Hi! I have question about Counters (assume it propagate to all Metrics primitives): Let's say I have counter and from it create two instances of another counter with exactly the...
Hi, I was trying to use localstackV2 container in my tests. Unfortunately during attempt of setup it I'm not able to retrieve lambda mapper port properly. Used dependencies ``` //aws...
Hello, I've noticed strange behaviour when tried to use column with auto-incrementing key. Library dependencies: ``` "com.typesafe.slick" %% "slick" % "3.3.2", "com.typesafe.slick" %% "slick-hikaricp" % "3.3.2", "org.postgresql" % "postgresql" %...
Hi, I have a question: do I need to manually stop akka-management in my custom Task when using akka coordinated shutdown extension ( https://doc.akka.io/docs/akka/2.5.6/scala/actors.html#coordinated-shutdown )? Additionally I found in akka-management...
Hi I've defined following schema for my HTTP request (use flask as http server) ``` class Nested: def __init__(self, msg: str, variables: dict[str, str]): self.msg = msg self.variables = variables...
Hello, Is it possible to configure `insertOrUpdate` statement to `DO NOTHING` instead of performing upsert when row with given PK already exist? Use case: I want insert list (dozens) of...
Hello, Do you plan/have on roadmap supporting generation of DB schema definitions automatically (by reading schema of existing DB). For Scala 2 we use Slick with autogen https://scala-slick.org/doc/stable/code-generation.html and it...