Adriano V. dos Santos

Results 3 issues of Adriano V. dos Santos

I'm trying settup a Nats Streaming cluster with three nodes on local kubernetes following the [operator docs](https://github.com/nats-io/nats-streaming-operator) and I'm getting continuos connection fail from same pods. As you can see,...

Hi! I've multiple parallel queries running on postgres and all query functions follow the pattern: ```python ... sql = $ANY_SQL_QUERY async with dbpool.acquire() as conn: async with conn.cursor() as cursor:...

Hi! I need to send requests for rados gateway behind a http proxy and I'm applying the following settings on my connector: ```python # -*- coding: utf-8 -*- #!/usr/bin/env python3...