Daniel Robert

Results 14 comments of Daniel Robert

Quick notes as someone just getting started: - Scio master is indeed on magnolia 0.12.0 however -beta2 is on 0.11.0 . I don't think a released version of scio brings...

Very interested in this as well. I've been attempting to use scio with a local Flink cluster and am running into the kryo compatibility issues listed in https://github.com/spotify/scio/issues/1128 . The...

There are steps in between "running in production" and "testing". We have environments where google cloud dataflow is not a good option for us. Further, this is but one example...

I'm happy to help however I can. Was mostly trying to revive this open ticket and see if anyone is working on it. For context, I've been attempting this combination...

I've opened an issue upstream as well: https://github.com/rabbitmq/rabbitmq-java-client/issues/640

Following up, it seems the technical limit is a logical "unsigned short" (see https://github.com/rabbitmq/rabbitmq-java-client/issues/640#issuecomment-606891124 ). So @Daenyth is correct with 2^16, or 65535

I was looking into implementing this as well from the above comments, on top of Postgres. The code snippets above, which reference `PgPositionedResult` (https://github.com/slick/slick/issues/161#issuecomment-169373730) and using the direct `r.nextObject().asInstanceOf[UUID]` approach...

> Seems like this project is still active as there are recent commits ...*is* this project still active? It's now January 2024, the most recent release was almost 4 years...

We've been bumping into this, too. We're using a fastapi python app in a docker-based lambda also using `aws-otel-python-amd64-ver-1-20-0:3`

I was looking for a similar bugfix. Stumbled on https://github.com/kahing/goofys/issues/671 It looks like it's been implemented but there isn't a pre-built release including it yet so currently requires 'build it...