Pedro Miguel Caldeira

Results 8 comments of Pedro Miguel Caldeira

I guess a quick fix for this to enable defaults on the server?

@tpolecat This continues to happen in the last version (0.6.0) when using an RDS proxy. The proxy will apply an **IdleClientTimeout** to every connection (default 30mins), so if we have...

Thanks! I'll try it and comeback here with the results

I'm still seeing issues with the keep alive set to true `socketOptions = List(SocketOption.keepAlive(true))`. I went back to the default 30 mins idle timeout on the rds proxy and after...

We moved to Doobie, hopefully no more of these on jdbc land

@Nevon We're having the same issue when consuming a topic with a schema without top level record. For example this code: ```Typescript // this fails! registry.decode(buffer, { [SchemaType.AVRO]: {readerSchema}, //...

We're also experiencing the same issue.