Roman Tkalenko
Roman Tkalenko
Yes, ProjectRefs. I know for a fact that some users are organizing their monorepos this way, ie toplevel module is just an aggregate of all modules which is serving infrastructure...
Hey @jvican! Yes, hopefully soon. I got stuck between changing jobs and trying to do my own project, going to make some free time in the next couple of weeks....
Actually @jvican looks like I'm having too much on my plate right now, not sure I will be able to pay proper attention to this in the next month or...
for example, this would be a failing test: ```scala package fs2.kafka import scala.concurrent.duration._ import cats.effect.IO import cats.implicits._ import fs2.{Chunk, Pipe, Stream} final class RebalanceSpec extends BaseKafkaSpec { type Consumer =...
I've spent whole day yesterday trying to come up with a way to solve this in a way that would provide an out-of-the-box (from fs2-kafka POV) solution and I think...
Yeah, that + optionally standardizing on some sort of inner state? I still can't formulate it precisely but from my example above - the `process` part is the one that...
FWIW, the same issue that I raised in akka's kafka library repository (https://github.com/akka/alpakka-kafka/issues/539#event-2757701990) was fixed in https://github.com/akka/alpakka-kafka/pull/949 (by way of wrapping more kafka classes and exposing them in the API).
Hey @lukaseder, can you provide an example/specification on this one?
@lukaseder, do you have any thoughts on this? I believe, `CompletableFuture`'s API is a rather well designed one, although a little bloated with (maybe) too much methods responsible for handling...
@jvican in reply to https://github.com/scalacenter/bloop/issues/949#issuecomment-538697266 - yes, let me see if I can do this on my own, if not - I'll have to ask for your help.