Simon Vergauwen
Simon Vergauwen
Hey @felixkrull-neuland, IMO it makes sense to default to the same default as Kafka. I'm going to add this in the next release, if you're interested in contributing this I'd...
Hey @ageorgousakis, Thanks for your interest in the library, and opening a ticket! π As you've show there already, the returning `Flow` is coupled to it's surrounding `CoroutineScope`. The simplest...
Alternatively, you could also use [ApplicationEngine#addShutdownHook](https://api.ktor.io/ktor-server/ktor-server-host-common/io.ktor.server.engine/add-shutdown-hook.html) and use it to manually control a `CoroutineScope`. The take-away is the the `Flow` cancels with the `CoroutineScope` it's called from. Hope that helps...
@serras I added a 2.x.x label, and this can come after 2.0.0. Since it's a new API/DSL.
> I am not so sure about the package-as-namespace thing... If you need to use both, then the compiler won't be able to figure it out anymore. Huh, I tried...
Hey @CLOVIS-AI, That is just the standard message of the `RaiseCancellationException`, https://github.com/arrow-kt/arrow/blob/484c0a246a39fd1a62022ce5102472eca0f65bc3/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/raise/Fold.kt#L306. I am open to improving or updating it though, since you felt it was confusing here. What I...
> To clarify, if this were to be done, would the initial cause still be available as part of the trace? If so, that sounds like the way to go....
> But you can also use s.retry { ... } if you want a more concrete type to be filtered than the one coming from s. Furthermore, we ensure that...
> I don't think I'll be able to do much in the coming weeks, do you need anything soon? @CLOVIS-AI, no expectations at all βΊοΈ Especially not around KotlinConf! Just...
> Platform declaration clash: The following declarations have the same JVM signature Of course... π